mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04:00
Load statusbar template by string-loader
This commit is contained in:
parent
5343a61ae9
commit
db06a51299
5 changed files with 29 additions and 35 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue