webpack基础配置纪实

GitHub 源码 entry 打包入口配置 接受三种方式:string, array, object module.exports = { entry: './src/main.js' ... }module.exports = {