replaced json -> hjson loader

This commit is contained in:
Wyatt Johnson
2018-02-15 10:47:36 -07:00
parent 376ffd8486
commit 36e855237f
4 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ const config = {
},
},
{
loader: 'json-loader',
loader: 'hjson-loader',
test: /\.(json|yml)$/,
exclude: /node_modules/,
},