mirror of
https://github.com/ZorgCC/psina-avatar-frontend.git
synced 2025-03-15 14:50:25 +03:00
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
const { defineConfig } = require('@vue/cli-service')
|
|
module.exports = defineConfig({
|
|
transpileDependencies: true,
|
|
})
|