We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551ef4c commit 79c3bc5Copy full SHA for 79c3bc5
lib/models/Config.js
@@ -66,7 +66,7 @@ var Config = function () {
66
},
67
entryExtNames: {
68
css: ['.css'],
69
- js: ['.js']
+ js: ['.js', '.jsx']
70
71
requireRules: [],
72
devtool: 'cheap-source-map',
src/models/Config.js
@@ -64,7 +64,7 @@ class Config {
64
65
0 commit comments