Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade esbuild to ^0.15.0 #207

Merged
merged 1 commit into from
Aug 13, 2022
Merged

feat: upgrade esbuild to ^0.15.0 #207

merged 1 commit into from
Aug 13, 2022

Conversation

mrgrain
Copy link
Owner

@mrgrain mrgrain commented Aug 13, 2022

Fixes #204

cdk-esbuild now defaults to esbuild@^0.15.0. This release of esbuild comes with Yarn PnP support, which is untested for this package (reports welcome!).

The package is still compatible with 0.14.* versions of esbuild. You might downgrade the version of esbuild using overrides:

// package.json
{
  "overrides": {
    "esbuild": "^0.14.0"
  }
}

@mrgrain mrgrain force-pushed the esbuild-0.15.0 branch 2 times, most recently from ab588d5 to 104ab2e Compare August 13, 2022 15:05
@mrgrain mrgrain merged commit cacaa6b into main Aug 13, 2022
@mrgrain mrgrain deleted the esbuild-0.15.0 branch August 13, 2022 20:03
mrgrain added a commit that referenced this pull request Aug 13, 2022
mrgrain added a commit that referenced this pull request Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[email protected]
1 participant