gantt
This commit is contained in:
@ -1,7 +1,22 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
configureWebpack: {
|
||||
plugins: [
|
||||
require('unplugin-element-plus/webpack')({
|
||||
// options
|
||||
}),
|
||||
],
|
||||
},
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/dev-api': {
|
||||
target: 'http://localhost:8000',
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
},
|
||||
transpileDependencies: true,
|
||||
lintOnSave: false,
|
||||
// publicPath: './',
|
||||
// assetsDir: "../app/",
|
||||
// assetsDir: "../apps/com.awspaas.user.apps.cmp/screen",
|
||||
})
|
||||
|
Reference in New Issue
Block a user