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

Commit

Permalink
refactor(webpack): json-loader instead of json
Browse files Browse the repository at this point in the history
json-loader instead of json
  • Loading branch information
danbucholtz committed Nov 19, 2016
1 parent 97c23f9 commit a674daf
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a674daf

Please sign in to comment.