vue.config.js 163 B

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