Skip to content

Commit

Permalink
Add .jsx to the list of resolve extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 18, 2016
1 parent c5c5812 commit 598b564
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gulp/tasks/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ const webpackProductionConfig = {
]
},
externals: externals,
resolve: {
extensions: ['', '.js', '.jsx']
},
resolveLoader: {
modulesDirectories: [
NODE_MODULES
Expand Down

0 comments on commit 598b564

Please sign in to comment.