Skip to content

Commit 0a35ede

Browse files
committed
Don't do it for prod
1 parent 9035a55 commit 0a35ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
publicPath: publicPath
3838
},
3939
resolve: {
40-
extensions: ['', '.js', '.json', '.jsx'],
40+
extensions: ['', '.js', '.json'],
4141
alias: {
4242
// This `alias` section can be safely removed after ejection.
4343
// We do this because `babel-runtime` may be inside `react-scripts`,

0 commit comments

Comments
 (0)