mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -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$/,
|
||||
loader: 'json-loader',
|
||||
include: path.resolve(__dirname, 'src')
|
||||
loader: 'json-loader'
|
||||
},
|
||||
{
|
||||
test: /\.scss$/,
|
||||
|
|
Loading…
Reference in a new issue