Skip to content

Commit

Permalink
revert: build target
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Dec 31, 2024
1 parent 388e197 commit 4ba7137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "esnext",
"target": "es2018",
"module": "esnext",
"strict": true,
"noUncheckedIndexedAccess": true,
Expand Down
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import VuePlugin from '@vitejs/plugin-vue'
const srcPath = path.resolve(__dirname, 'src').replace(/\\/g, '/')

const config: UserConfig = {
build: {
target: ['esnext', 'edge89', 'firefox89', 'chrome89', 'safari15']
},
resolve: {
alias: {
'/@': srcPath
Expand Down

0 comments on commit 4ba7137

Please sign in to comment.