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

Commit a674daf

Browse files
committed
refactor(webpack): json-loader instead of json
json-loader instead of json
1 parent 97c23f9 commit a674daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = {
7070
loaders: [
7171
{
7272
test: /\.json$/,
73-
loader: 'json'
73+
loader: 'json-loader'
7474
}
7575
].concat(getSourcemapLoader())
7676
},

0 commit comments

Comments
 (0)