mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Allow loader to work with json correctly
It was trying to parse it as js before
This commit is contained in:
parent
cf0fb33373
commit
a9d8119471
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.json$/,
|
test: /\.json$/,
|
||||||
loader: 'json-loader',
|
loader: 'json-loader'
|
||||||
include: path.resolve(__dirname, 'src')
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.scss$/,
|
test: /\.scss$/,
|
||||||
|
|
Loading…
Reference in a new issue