mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-25 01:45:26 +01:00
turn off embedding images by css loader
This commit is contained in:
parent
9bbf80c0b6
commit
a81ca90911
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
test: /\.less$/,
|
||||
loader: "style!css!less"
|
||||
loader: "style!css?-url!less"
|
||||
},
|
||||
{
|
||||
test: /\.html$/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue