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 Nov 24, 2020. It is now read-only.
Problem: currently the output for the typescript_web target is a single ts file with multiple unresolved dependencies.
Proposal: Add a --package option to the generator, with this flag the user would be capable to generate a npm package (with a package.json describing the dependencies) or get a standalone file with the dependencies already resolved.
The text was updated successfully, but these errors were encountered:
Problem: currently the output for the typescript_web target is a single ts file with multiple unresolved dependencies.
Proposal: Add a
--package
option to the generator, with this flag the user would be capable to generate a npm package (with a package.json describing the dependencies) or get a standalone file with the dependencies already resolved.The text was updated successfully, but these errors were encountered: