ytptube/frontend/vue.config.js
2023-11-25 17:59:33 +03:00

5 lines
138 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: './',
transpileDependencies: true
})