So good to know. I've tried Rollup with a very simple example, just to start off with it, but I guess trouble comes with more complex scenarios. Thanks for pointing that out.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
The part about Rollup looks way too optimistic. In real life you need a lot of configuration to allow Rollup work with CJS modules.
For example, when working with React you have to manually declare every imported name in configuration file. That's not super convenient.
So good to know. I've tried Rollup with a very simple example, just to start off with it, but I guess trouble comes with more complex scenarios. Thanks for pointing that out.