Results 2 comments of cdflove9426

[Webpack 2: "Uncaught ReferenceError: exports is not defined"](https://ntucker.true.io/) when using Webpack 2.2 with ES Modules, exports will be undefined. So if you keep using babel-plugin-add-module-exports, you'll see Uncaught ReferenceError: exports...

2_css 的文件,原先也是发生了`ERROR in ./src/page1/style.css` 的 我是这样配置的 ```js module: { loaders: [ { test: /\.css$/, //include: ROOT + '/src/page1', include:path.join(__dirname,'src/page1'), loaders: ['style', 'css'] }, { test: /\.less$/, loaders: ['style', 'css', 'less']...