-
In my application, all the js files are concatenated on the client, so that for example all the peggy symbols are globally available. I can't figure out how to just prevent the Ideally, what I'd like would be to refer to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Have you tried |
Beta Was this translation helpful? Give feedback.
Have you tried
--format globals --export-var MyGlobalName
?