Skip to content

Commit

Permalink
feat(esbuild): upgrade esbuild version to ^0.4.1
Browse files Browse the repository at this point in the history
THis version introduces preliminary tree shaking support and other features. see
https://github.com/evanw/esbuild/blob/master/CHANGELOG.md
  • Loading branch information
floydspace committed May 26, 2020
1 parent 0b3e6dd commit 2742666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"typescript": "^3.9.2"
},
"dependencies": {
"esbuild": "^0.3.2",
"esbuild": "^0.4.1",
"fs-extra": "^9.0.0",
"globby": "^11.0.0",
"ramda": "^0.27.0"
Expand Down

0 comments on commit 2742666

Please sign in to comment.