delphi.market/vue/vue.config.js
2023-11-04 00:33:27 +01:00

5 lines
118 B
JavaScript

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