Sodagraph's picture
스페이스 이동
eda02a7
raw
history blame
137 Bytes
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: '/'
})