You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
I'm a newbie to bundling and library creation so take what I say with a grain of salt.
I was looking at package.json and see that you're using microbundle-crl instead of microbundle which is apparently a fork with improved features and defaults for react. However, there was an issue with microbundle where --no-compress would remove comments from the output which was fixed in developit/microbundle#648. Unfortunately, this issue still exists in microbundle-crl and by replacing mircobundle-crl with microbundle in package.json I was able to keep the comments in my code.
I read your comment (#238 (comment)) and agree with what you said and am thinking that maybe that this might be an accidentally oversight. I'm not exactly sure about the specific improvements of microbundle-crl over the original so I'd rather use microbundle-crl - however, the no comments thing is kind of a deal breaker.
Thanks, and would appreciate any clarification or workaround.
The text was updated successfully, but these errors were encountered:
Basically reposting this issue: developit/microbundle#647
I'm a newbie to bundling and library creation so take what I say with a grain of salt.
I was looking at package.json and see that you're using
microbundle-crl
instead ofmicrobundle
which is apparently a fork with improved features and defaults for react. However, there was an issue withmicrobundle
where --no-compress would remove comments from the output which was fixed in developit/microbundle#648. Unfortunately, this issue still exists inmicrobundle-crl
and by replacingmircobundle-crl
withmicrobundle
in package.json I was able to keep the comments in my code.I read your comment (#238 (comment)) and agree with what you said and am thinking that maybe that this might be an accidentally oversight. I'm not exactly sure about the specific improvements of
microbundle-crl
over the original so I'd rather usemicrobundle-crl
- however, the no comments thing is kind of a deal breaker.Thanks, and would appreciate any clarification or workaround.
The text was updated successfully, but these errors were encountered: