Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Added .jsx support
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jul 14, 2016
1 parent ea33712 commit 5e43f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpackConfigFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function webpackConfigFactory({ target, mode })

resolve: {
// These extensions are tried when resolving a file.
extensions: [ ".js", ".json" ],
extensions: [ ".js", ".jsx", ".json" ],
},

plugins: removeEmpty([
Expand Down

0 comments on commit 5e43f6f

Please sign in to comment.