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