open-browser-webpack-plugin icon indicating copy to clipboard operation
open-browser-webpack-plugin copied to clipboard

When webpack is configured as multi compile. the browser is opened before the first emit

Open msegers opened this issue 5 years ago • 0 comments

As the title states when you're running webpack in multi-compiler mode e.g.

module.exports = [
{...},
{...},
]

this plugin fires straight away, which results in a page without any bundles to inject. This might be pretty edge case, but it would be cool for us who have multiple configurations for running es5 and es2015+ simultaneously.

msegers avatar Aug 22 '19 08:08 msegers