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
- instead of the custom JS code I wrote
- I was thinking of separating that into a plugin, but someone already
did that!
- and, importantly, also covered submodules, unlike _most_ of the
externals plugins
- see regex here: https://github.com/Septh/rollup-plugin-node-externals/blob/11a7b4454f57c76436e71ecead0cc59ab0cc3b80/src/index.ts#L106
- put it _before_ `node-resolve` as the docs state
- reduces my code a bit, which is always nice, and will make it easier
to split my Rollup config into its own "preset" package later on
0 commit comments