vue.config.js 141 B

12345
  1. const { defineConfig } = require('@vue/cli-service');
  2. module.exports = defineConfig({
  3. transpileDependencies: true,
  4. publicPath: './',
  5. });