This repository has been archived on 2024-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
website/my-vue-app/vue.config.js
2024-09-20 14:18:21 +02:00

5 lines
118 B
JavaScript

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