- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我试过了:
{
"env": {
"development": {
"option": {
"cacheDirectory": true
}
}
}
}
但它没有用。我只想在开发环境中启用 cacheDirectory
以获得更快的 hmr。有任何想法吗?谢谢!
最佳答案
cacheDirectory
实际上是 babel-loader
的一个选项,而不是 babel
本身,所以 babelrc
的配置是不是此选项的正确位置。
你可以在babel-loader
的配置中开启它。一种方法是使用 loader: 'babel-loader?cacheDirectory'
。
来自 babel-loader
docs (强调我自己的):
This loader also supports the following loader-specific option:
cacheDirectory
: Defaultfalse
. When set, the given directory will be used to cache the results of the loader. Future webpack builds will attempt to read from the cache to avoid needing to run the potentially expensive Babel recompilation process on each run. If the value is blank (loader: 'babel-loader?cacheDirectory'
) ortrue
(loader:
) the loader will use the default cache directory in
babel-loader?cacheDirectory=truenode_modules/.cache/babel-loader
or fallback to the default OS temporary file directory if nonode_modules
folder could be found in any root directory.
关于babeljs - 在 .babelrc 文件中指定 cacheDirectory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47936856/
我的问题:我在缓存目录中有我的 SQLite 数据库文件,并将 isExcludedFromBackup 设置为 true 因为我读到,这样做会防止 iOS 系统在存储空间满的情况下删除它。但它仍然被
我试过了: { "env": { "development": { "option": { "cacheDirector
在 sbt 邮件列表上问过这个问题,但显然是 phased out 我创建了一个 project on github从吹走工件更新缓存目录中解决“sbt> clean”问题。 在 0.12.4 上运行
我想把 NSArray 的 Class 放到 cacheDirectory 中。我写如下,但它返回 false。你能告诉我如何解决这个问题吗?谢谢你的好意。 let paths2 = NSSearch
我是一名优秀的程序员,十分优秀!