英俊柠檬

文章
6
资源
0
加入时间
3年1月8天

webpack的最基本配置文件

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