安装 html-webpack-plugin 遇到的问题
1、TypeError: Cannot read property 'tap' of undefined
问题:安装的html-webpack-plugin和webpack版本不兼容
解决方案:从5. 降到了 4.
2、ReferenceError: BASE_URL is not defined
解决方案:
文件:index.html
把
改成
1、TypeError: Cannot read property 'tap' of undefined
问题:安装的html-webpack-plugin和webpack版本不兼容
解决方案:从5. 降到了 4.
2、ReferenceError: BASE_URL is not defined
解决方案:
文件:index.html
把
改成