lemmabit / rollup-plugin-hypothetical

gives Rollup an imaginary file system, e.g. for testing other plugins
MIT License
44 stars 14 forks source link

Multiple Entry Points are not supported #12

Closed storm1ng closed 3 years ago

storm1ng commented 5 years ago

When we use multiple entry points as described in the docs then this plugin will throw the following error:

[!] TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type object

lemmabit commented 3 years ago

I can't reproduce this, and I've added a test that the plugin works with multiple entry points. It may have been fixed by a change in Rollup's behavior. I'm closing this issue because of its age, but feel free to reopen it.