- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个使用默认选项的 aurelia-cli 生成的项目。它使用 au build
构建,使用 au run --env dev --watch
运行,并在后台使用 requirejs。如何将 hot-module-reload 添加到组合中?
最佳答案
目前 Aurelia CLI 不支持热模块重新加载。该团队正在开发基于 Webpack 的支持,该支持应该很快就会落地,如 their latest update 中所述:
That's what our new hot module reload enables. We've got a preliminary version of this up and running and integrated into our forthcoming Webpack update. It enables editing Views, ViewModels, related components (such as ValueConverters and BindingBehaviors) and CSS without reloading the full website.
如您所说,Aurelia CLI 目前正在使用 RequireJS 进行模块加载。将来某个时候 Aurelia CLI 将支持 Webpack。发生这种情况时,我们还应该获得热模块重新加载支持。
如果您迫不及待,您的选择是要么切换到基于 Webpack 的解决方案,要么构建您自己的支持,这可能很难做到。
关于aurelia - 如何在 aurelia-cli 生成的项目中使用 hot-module-reload?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41072068/
我是一名优秀的程序员,十分优秀!