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

Launch your app after webpack completes building.

Results 6 webpack-browser-plugin issues
Sort by recently updated
recently updated
newest added

I want to start a new browser window with `--disable-web-security --user-data-dir="C:/Chrome dev session"` flags, so I can work with CORS - when I write those flags in shortcut path or...

When I execute `./node_modules/.bin/webpack --mode development` I get the following error: ``` /Users/xxxxxxxxxxxxxxxxx/xxx/xxxx/xxxxxxxxxxxxxx/node_modules/webpack-browser-plugin/lib/index.js:154 if (compilation.compiler._plugins['watch-run']) { ^ TypeError: Cannot read property 'watch-run' of undefined ``` The only way I managed...

Would be great to have a type definition file for this plugin. If I could do it myself, I would ;-) Any temporary solution ?

i want to open browser when i use webpack-dev-server, but i dont want to open when i run webpack, i dnot know how to set this plugin to run only...

Forcing the server to always open to the `publicPath` isn't always what I want. In my case, I want my webpack bundle served from `http://localhost/build`, but run the server from...

Hi, Is there a way in the current implementation that we can stop the browser window from opening in case there is an error in the build?

enhancement