davca-cm/vue.config.js @ 0cd4175b
|
const { defineConfig } = require('@vue/cli-service')
|
|
|
module.exports = defineConfig({
|
|
|
transpileDependencies: true,
|
|
|
publicPath: process.env.NODE_ENV === 'production'
|
|
|
? '/'
|
|
|
: '/'
|
|
|
})
|
- « Previous
- 1
- …
- 10
- 11
- 12
- Next »