add alisurvey main page
This commit is contained in:
16
products/react-apps/alisurvey/vite.config.ts
Normal file
16
products/react-apps/alisurvey/vite.config.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/** WARNING: DON'T EDIT THIS FILE */
|
||||
/** WARNING: DON'T EDIT THIS FILE */
|
||||
/** WARNING: DON'T EDIT THIS FILE */
|
||||
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import tsconfigPaths from "vite-tsconfig-paths";
|
||||
|
||||
function getPlugins() {
|
||||
const plugins = [react(), tsconfigPaths()];
|
||||
return plugins;
|
||||
}
|
||||
|
||||
export default defineConfig({
|
||||
plugins: getPlugins()
|
||||
});
|
||||
Reference in New Issue
Block a user