Tweak UI
This commit is contained in:
@ -103,6 +103,12 @@ module.exports = {
|
||||
esModule: false, // TODO: trueにすると壊れる。Vue3移行の折にはtrueにできるかもしれない
|
||||
}
|
||||
}, postcss]
|
||||
}, {
|
||||
test: /\.svg$/,
|
||||
use: [
|
||||
'vue-loader',
|
||||
'vue-svg-loader',
|
||||
],
|
||||
}, {
|
||||
test: /\.(eot|woff|woff2|svg|ttf)([?]?.*)$/,
|
||||
type: 'asset/resource'
|
||||
|
Reference in New Issue
Block a user