Fixes webpack HTML loader (#3089)
This commit is contained in:
parent
f4863c12b7
commit
27ce6659d3
@ -70,7 +70,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.html$/,
|
test: /\.html$/,
|
||||||
loader: 'file?name=[path][name].[ext]!extract-loader!html-loader'
|
loader: 'file?name=[name].[ext]!extract-loader!html-loader'
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user