nextjs-ssr
nextjs-ssr copied to clipboard
Support Array of remotes
Right now, the plugin supports a single remote string like:
{remote:remote@http://}
Add support for an array of values where on catch - webpack will try the next value in the array.
Remote: [remote@http://localhost,remote@http://production] and such