Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
fix(webpack): reference json-loader to account for webpack breaking c…
Browse files Browse the repository at this point in the history
…hange

reference json-loader to account for webpack breaking change
  • Loading branch information
danbucholtz committed Nov 19, 2016
1 parent 39ca3e8 commit d6fe709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = {
loaders: [
{
test: /\.json$/,
loader: 'json'
loader: 'json-loader'
}
].concat(getSourcemapLoader())
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslint-eslint-rules": "1.5.0",
"typescript": "^2.0.3",
"uglify-js": "2.7.3",
"webpack": "^2.1.0-beta.25",
"webpack": "^2.1.0-beta.27",
"ws": "1.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit d6fe709

Please sign in to comment.