mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-08-31 12:01:42 +08:00
add missing resolve section
This commit is contained in:
@@ -31,6 +31,10 @@ module.exports = {
|
||||
new webpack.optimize.AggressiveMergingPlugin()
|
||||
],
|
||||
|
||||
resolve: {
|
||||
extensions: ['','.js','.jsx']
|
||||
},
|
||||
|
||||
module: {
|
||||
preLoaders: [{
|
||||
test: '\\.js$',
|
||||
|
||||
Reference in New Issue
Block a user