Skip to content

Commit

Permalink
feat: Update esbuild version to latest for keeping unknown directives…
Browse files Browse the repository at this point in the history
… during bundle (#925)

BREAKING CHANGE:

update esbuild to 0.18
  • Loading branch information
teobler committed Jun 16, 2023
1 parent 322cb77 commit e2e70e8
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,5 @@ node_modules
*.log
dist
.cache
playground
playground
.idea
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"cac": "^6.7.12",
"chokidar": "^3.5.1",
"debug": "^4.3.1",
"esbuild": "^0.17.6",
"esbuild": "^0.18.2",
"execa": "^5.0.0",
"globby": "^11.0.3",
"joycon": "^3.0.1",
Expand Down

0 comments on commit e2e70e8

Please sign in to comment.