module.exports = {
entry:{ //入口文件
home:"xxx",
signup:"xxx",
},
output:{ //出口文件
filename:"[home].build.js",
path:__dirname + "dist", //可分发的
}
}
标签:mod log entry 入口 out xxx 文件 UI module
module.exports = {
entry:{ //入口文件
home:"xxx",
signup:"xxx",
},
output:{ //出口文件
filename:"[home].build.js",
path:__dirname + "dist", //可分发的
}
}
标签:mod log entry 入口 out xxx 文件 UI module
原文地址:https://www.cnblogs.com/52-qq/p/8394725.html