在babel-loader执行的时候,在运行期间可能会产生一些重复的公共文件,造成代码冗余,减慢编译效率,我们可以在配置babel-loader时配置一个参数cacheDiretory,开启缓存
{
test: /\.js$/,
loader: 'babel-loader?cacheDirectory
}
在babel-loader执行的时候,在运行期间可能会产生一些重复的公共文件,造成代码冗余,减慢编译效率,我们可以在配置babel-loader时配置一个参数cacheDiretory,开启缓存
{
test: /\.js$/,
loader: 'babel-loader?cacheDirectory
}
本文标题:在配置webpack时开启babel-loader缓存
本文链接:https://www.haomeiwen.com/subject/ruohnhtx.html
网友评论