Skip to content

Commit

Permalink
Merge pull request Hashnode#37 from Antonin-Deniau/patch-1
Browse files Browse the repository at this point in the history
Added resolve jsx and js
  • Loading branch information
mayankchd committed Feb 19, 2016
2 parents 2f820cb + eb09f6d commit 13d520f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ module.exports = {
path: __dirname + '/static/dist/',
filename: 'bundle.js',
},


resolve: {
extensions: ['', '.js', '.jsx'],
},

module: {
loaders: [
{
Expand Down

0 comments on commit 13d520f

Please sign in to comment.