mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
fix(client): Broken syntax highlight
This commit is contained in:
parent
8831ae8b32
commit
790b606ab3
1 changed files with 4 additions and 1 deletions
|
@ -98,7 +98,10 @@ module.exports = {
|
|||
use: [{
|
||||
loader: 'vue-style-loader'
|
||||
}, {
|
||||
loader: 'css-loader'
|
||||
loader: 'css-loader',
|
||||
options: {
|
||||
esModule: false, // TODO: trueにすると壊れる。Vue3移行の折にはtrueにできるかもしれない
|
||||
}
|
||||
}, postcss]
|
||||
}, {
|
||||
test: /\.(eot|woff|woff2|svg|ttf)([?]?.*)$/,
|
||||
|
|
Loading…
Reference in a new issue