lyric-generator-ja / frontend /vue.config.js
skytnt's picture
init2
c8b8b38
raw
history blame contribute delete
114 Bytes
module.exports = {
transpileDependencies: [
'vuetify'
],
publicPath: '',
productionSourceMap: false
}