turn off embedding images by css loader

This commit is contained in:
Val Erastov 2016-10-23 23:39:23 -07:00
parent 9bbf80c0b6
commit a81ca90911

View file

@ -27,7 +27,7 @@ module.exports = {
},
{
test: /\.less$/,
loader: "style!css!less"
loader: "style!css?-url!less"
},
{
test: /\.html$/,