mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Adding resolve to the config so it can find new Jsx components.
This commit is contained in:
parent
d73699fbf2
commit
e970c362b7
@ -22,6 +22,10 @@ module.exports = {
|
||||
reasons: true
|
||||
},
|
||||
|
||||
resolve: {
|
||||
extensions: ['','.js','.jsx']
|
||||
},
|
||||
|
||||
module: {
|
||||
preLoaders: [{
|
||||
test: '\\.js$',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user