Skip to content

Commit

Permalink
fixed webpack bundle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay committed Dec 13, 2016
1 parent d439a9c commit 40718bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"istanbul": "^1.0.0-alpha.2",
"json-loader": "^0.5.4",
"mocha": "^2.4.5",
"npm-run-all": "^1.4.0",
"rimraf": "^2.5.0",
Expand Down
4 changes: 4 additions & 0 deletions webpack.config.js → webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ const config =
test : /(\.js)$/,
loader : 'babel-loader',
exclude : /node_modules/
}, {
test : /(\.json)$/,
loader : 'json-loader',
exclude : /node_modules/
}]
},
externals:
Expand Down

0 comments on commit 40718bb

Please sign in to comment.