stephencookdev / speed-measure-webpack-plugin

⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds
MIT License
2.42k stars 79 forks source link

how to use this plugin in vue-cli5??? #190

Open liaoweilin opened 2 years ago

liaoweilin commented 2 years ago

if my project have both 'configureWebpack' and 'chainWebpack', how can i make it work configureWebpack: { name: name, devtool: process.env.NODE_ENV === 'development' ? 'eval-cheap-source-map' : false, }, chainWebpack: config => { config.module .rule('svg') .exclude.add(resolve('src/icons')) .end() }

chenjiezi commented 2 years ago

@liaoweilin try it. #issuecomment-749953421