Windows系統(tǒng)下提示“webpack”不是內(nèi)部命令 。要進(jìn)入node_modules/.bin/目錄下
在執(zhí)行webpack ../../hello.js hello.bundle.js 這樣就可以了
在執(zhí)行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
這是官方文檔地址,有興趣的同學(xué)可以看看
這是官方文檔地址,有興趣的同學(xué)可以看看
2017-02-28
webpack課講得真不錯(cuò) 基本上把react開發(fā)需要掌握的webpack知識(shí)都包括進(jìn)去了 太贊了
2017-02-27