Skip to content

Commit

Permalink
Chore: Update sourcemap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Sep 30, 2024
1 parent 0aa3525 commit 4aea486
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"babel-plugin-i18next-extract": "^0.10.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.1",
Expand All @@ -112,7 +112,6 @@
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rollup-preserve-directives": "^1.1.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typia": "^6.10.2",
Expand Down
26 changes: 4 additions & 22 deletions pnpm-lock.yaml

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

2 changes: 0 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import react from '@vitejs/plugin-react';
import { resolve } from 'path';
import preserveDirectives from 'rollup-preserve-directives';
import { defineConfig } from 'vite';
import { comlink } from 'vite-plugin-comlink';
import wasm from 'vite-plugin-wasm';
Expand All @@ -18,7 +17,6 @@ export default defineConfig({
main: resolve(__dirname, 'index.html'),
build: resolve(__dirname, 'build/index.html'),
},
plugins: [preserveDirectives()],
},
target: 'es2020',
sourcemap: true,
Expand Down

0 comments on commit 4aea486

Please sign in to comment.