vue.config.js 118 Bytes Raw Blame History Permalink 1 2 3 4 const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true })