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
Side question: in the rollup plugins, does jscc have to come before or after typescript? If it's before andasloader is true, then rollup throws an error about not understanding typescript syntax. If it's before andasloader is false, or if it's after the typescript plugin then no error is raised but no change in the output is seen.
I must be missing something extremely simple, but I triple-checked everything and just can't see it. Any help very welcome :)
The text was updated successfully, but these errors were encountered:
I created a minimal example repro at https://github.com/letmaik/bug-repro-rollup-plugin-jscc
jscc doesn't seem to influence the output here.
Side question: in the rollup plugins, does jscc have to come before or after typescript? If it's before and
asloader
is true, then rollup throws an error about not understanding typescript syntax. If it's before andasloader
is false, or if it's after the typescript plugin then no error is raised but no change in the output is seen.I must be missing something extremely simple, but I triple-checked everything and just can't see it. Any help very welcome :)
The text was updated successfully, but these errors were encountered: