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 has been archived by the owner on Aug 4, 2021. It is now read-only.
Today I've manged to go though all the steps of packaging an Angular2 application with Rollup but had to resort to few hacks, one of the problems being Rich-Harris/tippex#1.
I'm opening the issue here as maybe we can find another solution not involving tippex (or even if it is fixed on the tippex side we still need a test case + version bump).
The text was updated successfully, but these errors were encountered:
@pkozlowski-opensource I tried to bundle Angular2 itself, and hacked around the tippex issue, but soon encountered other, more difficult problems that I've now outlined in #28. I'd really appreciate any input you might have.
Tippex can be completely removed from the plugin once TypeScript handles ES2015 modules along the ES5 script target.
Today I've manged to go though all the steps of packaging an Angular2 application with Rollup but had to resort to few hacks, one of the problems being Rich-Harris/tippex#1.
I'm opening the issue here as maybe we can find another solution not involving tippex (or even if it is fixed on the tippex side we still need a test case + version bump).
The text was updated successfully, but these errors were encountered: