Windows系统下提示“webpack”不是内部命令 。要进入node_modules/.bin/目录下
在执行webpack ../../hello.js hello.bundle.js 这样就可以了
在执行webpack ../../hello.js hello.bundle.js 这样就可以了
2017-03-01
It's no longer allowed to omit the '-loader' suffix when using loaders.
You need to specify 'style-loader' instead of 'style'.
You need to specify 'style-loader' instead of 'style'.
2017-02-28
http://webpack.github.io/docs/configuration.html#module-loaders
这是官方文档地址,有兴趣的同学可以看看
这是官方文档地址,有兴趣的同学可以看看
2017-02-28