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