How to make iife register in a var with a given name? #1137
Replies: 1 comment
-
|
It seems there is no CLI option but it is possible using a configuration file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to give a name to the iife like rollup allows with the name option? This is useful so that the iife is loaded in a var with name associated to the library.
Here is the rollup configuration I am referring to:
Is there a way to do the same with tsup?
Beta Was this translation helpful? Give feedback.
All reactions