Tweak UI
This commit is contained in:
parent
faf2c007aa
commit
c0c64a2d5d
10 changed files with 46 additions and 13 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue