vue 使用webpack插件打包时候报错
Cannot read property ‘tapPromise‘ of undefined
解决方法:
npm uninstall compression-webpack-plugin
npm i compression-webpack-plugin@5.0.1
vue 使用webpack插件打包时候报错
Cannot read property ‘tapPromise‘ of undefined
解决方法:
npm uninstall compression-webpack-plugin
npm i compression-webpack-plugin@5.0.1