Load statusbar template by string-loader

This commit is contained in:
Yukai Huang 2017-04-09 20:05:48 +08:00
parent 5343a61ae9
commit db06a51299
5 changed files with 29 additions and 35 deletions

View file

@ -412,6 +412,9 @@ module.exports = {
}, {
test: /\.eot(\?v=\d+\.\d+\.\d+)?$/,
loader: 'file'
}, {
test: /\.html$/,
loader: 'string'
}, {
test: /\.(woff|woff2)(\?v=\d+\.\d+\.\d+)?$/,
loader: 'url?prefix=font/&limit=5000'