mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 01:13:27 +01:00
fix webpack json-loader
This commit is contained in:
parent
3c88728c7b
commit
b1397e13d6
1 changed files with 0 additions and 4 deletions
|
|
@ -64,10 +64,6 @@ module.exports = {
|
|||
{
|
||||
test: /\.html$/,
|
||||
use: 'handlebars-loader?helperDirs[]=' + __dirname + '/web/app/ui/helpers'
|
||||
},
|
||||
{
|
||||
test: /\.json$/,
|
||||
use: 'json-loader'
|
||||
}]
|
||||
},
|
||||
devServer: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue