默认配置文件
webpack.config.js
webpack命令参数
1 | --config webpack.config.js//指定配置文件 |
配置文件webpack.config.js中的参数
entry 指定入口文件,可以是字符串、数组、对象
output 指定输出
路径,文件名
path、filename、publicPath [name][hash][chunkhash]
plugins 指定插件,是数组,
如:html-webpack-plugin 需要先安装 npm install ,然后引用require()
module:{loaders:{}}