newfetch/vue.config.js

5 lines
119 B
JavaScript
Raw Permalink Normal View History

2022-07-06 15:07:24 +00:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
})