使用 HtmlWebpackPluginconst HtmlWebpackPlugin = require('html-webpack-plugin');module.exports = {
plugins: [new HtmlWebpackPlugin()]
};終端得到警告 Entrypoint undefined = index.html// 環(huán)境"webpack": "^4.12.0","html-webpack-plugin": "^3.2.0",無論 dist 文件夾下是否有 index.html 文件
Webpack4 Entrypoint undefined = index.html
慕勒3428872
2018-08-02 18:53:58