Skip to content

Commit e2e70e8

Browse files
authored
feat: Update esbuild version to latest for keeping unknown directives during bundle (#925)
BREAKING CHANGE: update esbuild to 0.18
1 parent 322cb77 commit e2e70e8

File tree

5 files changed

+276
-7
lines changed

5 files changed

+276
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
*.log
33
dist
44
.cache
5-
playground
5+
playground
6+
.idea

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cac": "^6.7.12",
3333
"chokidar": "^3.5.1",
3434
"debug": "^4.3.1",
35-
"esbuild": "^0.17.6",
35+
"esbuild": "^0.18.2",
3636
"execa": "^5.0.0",
3737
"globby": "^11.0.3",
3838
"joycon": "^3.0.1",

0 commit comments

Comments
 (0)