ytptube/frontend/vue.config.js
2023-11-24 20:27:41 +03:00

4 lines
118 B
JavaScript

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