Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
fix(webpack-config): json-loader instead of json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas committed Feb 8, 2017
1 parent ab44613 commit 7d1158f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build/webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function config(options) {
loader: `url-loader?limit=10000&name=${join(options.filesPath, '[hash].[ext]')}`,
}, {
test: /\.json$/,
loader: 'json',
loader: 'json-loader',
}],
},

Expand Down

0 comments on commit 7d1158f

Please sign in to comment.