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

Fix inlining NON_BREAKING_SPACE #1076

Closed
wants to merge 1 commit into from

Conversation

azranel
Copy link
Contributor

@azranel azranel commented Aug 2, 2023

This should fix #1061

This fixes issue where during compress step of rollup/terser-plugin, NON_BREAKING_SPACE constant is inlined as " " (normal, breaking space).

Because of this issue, there may be a case where putting space is not possible.

I had to disable ESLint rule since this is what terser actually expects as a option.

This fixes issue where during compress step of rollup/terser-plugin, NON_BREAKING_SPACE constant is inlined as " " (normal, breaking space)
@azranel azranel mentioned this pull request Aug 5, 2023
@afcapel
Copy link
Contributor

afcapel commented Aug 8, 2023

This was superseded by #1079. Thanks anyway @azranel 🙏

@afcapel afcapel closed this Aug 8, 2023
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.

Spaces are not allowed to be typed into the editor.
2 participants