Skip to content

Bugfix: preserve Terser annotations during Babel pass - #848

Merged
developit merged 3 commits into
masterfrom
fix-stripped-terser-annotations
Jun 11, 2021
Merged

Bugfix: preserve Terser annotations during Babel pass#848
developit merged 3 commits into
masterfrom
fix-stripped-terser-annotations

Conversation

@developit

Copy link
Copy Markdown
Owner

We were stripping out everything except __PURE__, but Terser has a number of annotations using that format - these were previously being ignored.

We were stripping out everything except `__PURE__`, but Terser has a number of annotations using that format - these were previously being ignored.
@changeset-bot

changeset-botBot commented Jun 8, 2021

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 2b1fb24

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
NameType
microbundlePatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@developit
developit merged commit 3534815 into masterJun 11, 2021
@developit
developit deleted the fix-stripped-terser-annotations branch June 11, 2021 19:36
@preact-botpreact-bot mentioned this pull request Jun 11, 2021
Sign up for freeto 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.

1 participant

@developit