mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Merge pull request #23 from the-gigi/master
Add missing resolve section
This commit is contained in:
commit
40bc434282
@ -31,6 +31,10 @@ module.exports = {
|
||||
new webpack.optimize.AggressiveMergingPlugin()
|
||||
],
|
||||
|
||||
resolve: {
|
||||
extensions: ['','.js','.jsx']
|
||||
},
|
||||
|
||||
module: {
|
||||
preLoaders: [{
|
||||
test: '\\.js$',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user