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
In this reproduction, I use rollup and the npm package for closure on the same entry point. Rollup will produce the expected output, while closure seems to reorder the modules and produce an incorrect output
I have a project which seems to make Closure Compiler reorder ES6 modules improperly, breaking functionality.
A small reproduction of this issue can be found at https://github.com/azakus/closure-reorder-import
In this reproduction, I use rollup and the npm package for closure on the same entry point. Rollup will produce the expected output, while closure seems to reorder the modules and produce an incorrect output
@ChadKillingsworth
The text was updated successfully, but these errors were encountered: