We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7cb18 commit f06bac7Copy full SHA for f06bac7
vite.config.js
@@ -8,12 +8,6 @@ import react from "@vitejs/plugin-react"
8
export default defineConfig(({ mode }) => {
9
const env = loadEnv(mode, process.cwd());
10
return {
11
- resolve: {
12
- alias: {
13
- "~": path.resolve(__dirname, "./node_modules"),
14
- "vscode": path.resolve(__dirname, "./node_modules/monaco-languageclient/lib/vscode-compatibility"),
15
- }
16
- },
17
plugins: [
18
viteStaticCopy({
19
targets: [
0 commit comments