Using ES6To use ES6, we need loader.Modify webpack.config.js file:module.exports = { entry: './index.js', output: { filename: 'bundle.js'...
分类:
编程语言 时间:
2015-03-04 06:15:09
阅读次数:
306
To use webpack, first you need to run:npm install webpack2. Create a webpack.config.js file:module.exports = { entry: './index.js', output: { ...
分类:
编程语言 时间:
2015-03-03 06:22:08
阅读次数:
210