Skip to content
Snippets Groups Projects
Commit 60736bab authored by syuilo's avatar syuilo
Browse files

fix(client): Broken syntax highlight

parent fb7c4ee2
No related branches found
No related tags found
No related merge requests found
......@@ -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)([?]?.*)$/,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment