5 1 const path = require('path'); 2 const HtmlWebpackPlugin = require('html- webpack-plugin'); 3 4 module.exports = { entry: './index.js', 6 output: { path: ...
確定! 回上一頁