2022-09-23 09:43:24 +08:00
|
|
|
const { defineConfig } = require('@vue/cli-service')
|
|
|
|
module.exports = defineConfig({
|
2022-10-20 13:43:55 +08:00
|
|
|
transpileDependencies: true,
|
|
|
|
lintOnSave: false,
|
|
|
|
// publicPath: './',
|
|
|
|
// assetsDir: "../app/",
|
2022-09-23 09:43:24 +08:00
|
|
|
})
|