Skip to content

Commit

Permalink
test: add vscode command alicloud.api.restart test
Browse files Browse the repository at this point in the history
  • Loading branch information
yini-chen committed Apr 16, 2024
1 parent f4a992c commit a5553e6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions media/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import * as path from "path";
import { defineConfig } from "vite";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
root: "",
resolve: {
alias: {
react: path.join(__dirname, "../../../node_modules/react"),
"react-dom": path.join(__dirname, "../../../node_modules/react-dom"),
},
},
resolve: {},
build: {
// minify: false,
rollupOptions: {
Expand Down

0 comments on commit a5553e6

Please sign in to comment.