const HtmlWebpackPlugin = require('html-webpack-plugin'); module.exports = { ... plugins: [new HtmlWebpackPlugin()] };.
確定! 回上一頁