2016年6月15日

webpack 多entry 配置

摘要: // webpack 多entry 配置var path = require('path'); module.exports = { entry: { entry2: './entry.js', demo2: './demo.js' }, output: { path: __dirname, filename: '[name].js' }... 阅读全文

posted @ 2016-06-15 13:04 荣锋亮 阅读(5537) 评论(0) 推荐(0) 编辑

导航