Allow loader to work with json correctly

It was trying to parse it as js before
This commit is contained in:
Matthew Taylor 2015-10-16 15:09:06 -04:00
parent cf0fb33373
commit a9d8119471

View file

@ -37,8 +37,7 @@ module.exports = {
},
{
test: /\.json$/,
loader: 'json-loader',
include: path.resolve(__dirname, 'src')
loader: 'json-loader'
},
{
test: /\.scss$/,