module.exports = {
entry:
{
main:'./src/script/main.js',
a:'./src/script/a.js'
},
output: {
path: './dist/js',
filename: '[Hash]-[name].js'
}
};
entry:
{
main:'./src/script/main.js',
a:'./src/script/a.js'
},
output: {
path: './dist/js',
filename: '[Hash]-[name].js'
}
};
2017-03-19
即使我把node_module/.bin/webpack hello.js hello.bundle.js还是不行,,那天我在window上还是阔以的,今天mac就不行 no command
2017-03-18
发现很多人素质很差,不看就别看,不要BB,讲师之前的版本没错,他又不能预测到下个版本的规则,还有系统原因也可能出现差异。
2017-03-18