Skip to content

Commit

Permalink
Add .jsx file extension to Webpack (#39613)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliezerSPP committed Mar 28, 2022
1 parent 7cd1fd5 commit 799c61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/config/webpack.config.js
Expand Up @@ -99,7 +99,7 @@ const config = {
alias: {
'lodash-es': 'lodash',
},
extensions: [ '.ts', '.tsx', '...' ],
extensions: [ '.jsx', '.ts', '.tsx', '...' ],
},
optimization: {
// Only concatenate modules in production, when not analyzing bundles.
Expand Down

0 comments on commit 799c61f

Please sign in to comment.