coverted to typescript and imported from eo project.
todo: fix api calls to CA
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { defineConfig } from "vite";
|
||||
import eslintPlugin from "vite-plugin-eslint";
|
||||
import vue from "@vitejs/plugin-vue";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
@@ -6,6 +7,6 @@ export default defineConfig(({ command }) => {
|
||||
if (command === "build") {
|
||||
return { plugins: [vue()], base: "/ca_vue_apps/dist" };
|
||||
} else {
|
||||
return { plugins: [vue()] };
|
||||
return { plugins: [eslintPlugin(), vue()] };
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user