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
Digging this deeper, I narrowed the problem down to rollup-plugin-commonjs. The moment this package is used, the final bundle is unminified for some reason.
ok, I was able to narrow this minification problem down. For some reason, when @zeit/ncc encounters a token with \0 in template literals used in getProxyId and getExternalProxyId functions in rollup-plugin-commonjs, the minification seem to bailout.
While working on https://github.com/osdevisnot/klap, I noticed that final bundle is not minified, resulting in larger payloads on install.
Digging this deeper, I narrowed the problem down to
rollup-plugin-commonjs
. The moment this package is used, the final bundle is unminified for some reason.I was able to produce minimal repro of the problem here:
https://github.com/osdevisnot/ncc-minify-repro
I am digging deeper to solve this, but wanted to open issue in case someone else has this figured out already.
The text was updated successfully, but these errors were encountered: