Skip to content

Commit

Permalink
chore: remove import './shims'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe committed Jul 30, 2023
1 parent 3f1d393 commit 27a67a4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion esbuild.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import './shims'
export { default } from './dist/esbuild'
1 change: 0 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import './shims'
export { default } from './dist/index'
1 change: 0 additions & 1 deletion nuxt.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import './shims'
export { default } from './dist/nuxt'
1 change: 0 additions & 1 deletion rollup.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import './shims'
export { default } from './dist/rollup'
1 change: 0 additions & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import './shims'
export { default } from './dist/types'
1 change: 0 additions & 1 deletion vite.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import './shims'
export { default } from './dist/vite'
1 change: 0 additions & 1 deletion webpack.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import './shims'
export { default } from './dist/webpack'

0 comments on commit 27a67a4

Please sign in to comment.