详解html-webpack-plugin用法全解

html-webpack-plugin可能用过的webpack的童鞋都用过这个plugin ,就算没用过可能也听过。我们在学习webpack的时候,可能经常会看到这样的一段代码。 // webpack.config.js module.exports = { entry: path.resolve(__dirname, './app/index.js'), output:{ path: path.resolve(__dirname, './build'), filename: 'bundle.js' } ... plugins: [ new
pdf 文件大小:69.9KB