2022-10-20 23:55:57 +08:00
|
|
|
const { defineConfig } = require("@vue/cli-service");
|
2022-09-15 09:01:22 +08:00
|
|
|
module.exports = defineConfig({
|
2022-10-20 23:55:57 +08:00
|
|
|
transpileDependencies: true,
|
|
|
|
lintOnSave: false,
|
2022-11-28 16:44:51 +08:00
|
|
|
publicPath: "./",
|
|
|
|
assetsDir: "../apps/com.awspaas.user.apps.cmp/monitor",
|
2022-10-20 23:55:57 +08:00
|
|
|
});
|