webpack的最基本配置文件
webpack的基本配置文件webpack.config.jsvar htmlWebpackPlugin = require('html-webpack-plugin'); //加载插件生成html文件module.exports = { entry:{ main: './src/script/main.js', a: './src/script/a....