const config = {
plugins: [
new HtmlWebpackPlugin({template: './src/index.html'})
]
};
require引用插件
在config.plugins数组中new一个插件的实例来使用
const config = {
plugins: [
new HtmlWebpackPlugin({template: './src/index.html'})
]
};
require引用插件
在config.plugins数组中new一个插件的实例来使用
本文标题:webpack.config之plugin
本文链接:https://www.haomeiwen.com/subject/iptgtqtx.html
网友评论