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