Skip to content

Commit

Permalink
[Upd #151] Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Jan 25, 2024
1 parent 510d514 commit cce9333
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@vitejs/plugin-react": "^4.2.1",
"dotenv-webpack": "^8.0.1",
"ts-loader": "^9.4.4",
"vite-plugin-env-compatible": "^2.0.1",
"vite-tsconfig-paths": "^4.3.1"
}
}
5 changes: 0 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import envCompatible from "vite-plugin-env-compatible";
import tsconfigPaths from 'vite-tsconfig-paths'

export default defineConfig({
base: "",
root: "",
plugins: [
react(),
envCompatible(),
tsconfigPaths()
],
build: {
Expand All @@ -20,9 +18,6 @@ export default defineConfig({
}
}
},
define: {
"process.env": process.env
},
resolve: {
alias: {
'jsonld': 'jsonld/dist/jsonld.js',
Expand Down

0 comments on commit cce9333

Please sign in to comment.