npm install hard-source-webpack-plugin --save
vue.config.js里加入const HardSourceWebpackPlugin = require("hard-source-webpack-plugin");
chainWebpack: config => {
config.plugin("xcCache").use(HardSourceWebpackPlugin);
}
安装之后我的项目快了大概50秒左右
npm install hard-source-webpack-plugin --save
vue.config.js里加入const HardSourceWebpackPlugin = require("hard-source-webpack-plugin");
chainWebpack: config => {
config.plugin("xcCache").use(HardSourceWebpackPlugin);
}
安装之后我的项目快了大概50秒左右
本文标题:vue项目加快编译速度
本文链接:https://www.haomeiwen.com/subject/uttdidtx.html
网友评论