wavelovers/vue.config.js

6 lines
122 B
JavaScript
Raw Normal View History

2022-08-09 12:25:49 +03:00
const { defineConfig } = require('@vue/cli-service');
module.exports = defineConfig({
transpileDependencies: true,
2022-08-09 12:25:49 +03:00
});