This commit is contained in:
syuilo 2021-04-12 23:13:58 +09:00
parent faf2c007aa
commit c0c64a2d5d
10 changed files with 46 additions and 13 deletions

View file

@ -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'