webpack-usage
webpack-usage copied to clipboard
readme有笔误
app.js(入口文件)
var animals = require('./animals.js'); console.log(animals);
这样
// 输出结果 [ 'terry', 'sunshine', 'dave', 'henry', 'martha' ]
感谢提供的教程
共同学习,我也只是翻译了官方的文档