ytptube/frontend/vue.config.js
2023-12-01 16:49:52 +03:00

5 lines
138 B
JavaScript

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