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
I'm using rollup on the commandline, it's executed from another tool program (not written in JavaScript). How can I enable this plugin in this scenario? The only documentation I could find is the very short readme file, and I don't understand what it says about the usage. What's that code? Where should I put it?
Looks like that anonymous code blob in the readme is a config file for rollup. Never seen or used them. And they don't fit in my workflow either. This is how I managed to get it working without such files:
I'm using rollup on the commandline, it's executed from another tool program (not written in JavaScript). How can I enable this plugin in this scenario? The only documentation I could find is the very short readme file, and I don't understand what it says about the usage. What's that code? Where should I put it?
Here's basically what I do:
What do I need to change in this command line to use the plugin?
The text was updated successfully, but these errors were encountered: