nextjs-ssr icon indicating copy to clipboard operation
nextjs-ssr copied to clipboard

Support Array of remotes

Open ScriptedAlchemy opened this issue 3 years ago • 0 comments

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

ScriptedAlchemy avatar Feb 28 '22 02:02 ScriptedAlchemy