我们先下载 npm install html-webpack-plugin --save-dev
在webpack.config.js文件中
我们在src下创建一个新的文件夹index.html
我们将之前的文件夹dist删除,运行 npm run build
成功后文件夹会自动生成一个dist文件夹
运行index.html
这样的话方便了我们很多,webpack中插件的使用html-webpack-plugin
我们先下载 npm install html-webpack-plugin --save-dev
在webpack.config.js文件中
我们在src下创建一个新的文件夹index.html
我们将之前的文件夹dist删除,运行 npm run build
成功后文件夹会自动生成一个dist文件夹
运行index.html
这样的话方便了我们很多,webpack中插件的使用html-webpack-plugin