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 Dec 19, 2022. It is now read-only.
Add a TargetType option that outputs javascript as separate files (one for each C# input file) along with a single file that acts as the main entry point and imports from the rest of the javascript files.
The goal of this is to allow the javascript to be output in a form that modern webpack type tools could process further (tree shaking, etc)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add a
TargetType
option that outputs javascript as separate files (one for each C# input file) along with a single file that acts as the main entry point and imports from the rest of the javascript files.The goal of this is to allow the javascript to be output in a form that modern webpack type tools could process further (tree shaking, etc)
The text was updated successfully, but these errors were encountered: