Skip to content

Commit

Permalink
removed vite-tsconfig-paths as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Nov 17, 2023
1 parent 5b014b3 commit d240471
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 112 deletions.
128 changes: 20 additions & 108 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"gl-matrix": "^3.4.3",
"luxon": "^3.4.4",
"satellite.js": "^5.0.0",
"three": "^0.158.0",
"vite-tsconfig-paths": "^4.2.1"
"three": "^0.158.0"
},
"devDependencies": {
"@types/luxon": "^3.3.4",
Expand Down
2 changes: 0 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { defineConfig, loadEnv, splitVendorChunkPlugin } from 'vite';
import { visualizer } from 'rollup-plugin-visualizer';
import { threeMinifier } from '@yushijinhun/three-minifier-rollup';
import tsconfigPaths from 'vite-tsconfig-paths'
import path from 'path';

export default defineConfig(({ mode }) => {
Expand All @@ -25,7 +24,6 @@ export default defineConfig(({ mode }) => {
},
},
plugins: [
tsconfigPaths(),
// TODO attempting to reduce threejs bundle size. Still a WIP
{ ...threeMinifier(), enforce: 'pre' },
splitVendorChunkPlugin(),
Expand Down

0 comments on commit d240471

Please sign in to comment.