dancon/webpack-usage

readme有笔误

Opened this issue · 1 comments

app.js(入口文件)
var animals = require('./animals.js'); console.log(animals);

这样
// 输出结果 [ 'terry', 'sunshine', 'dave', 'henry', 'martha' ]

感谢提供的教程

共同学习,我也只是翻译了官方的文档