vue.config.js 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, lintOnSave:false, publicPath:"./" })