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

Opens a new browser tab when Webpack loads.

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

Bumps [open](https://github.com/sindresorhus/open) from 0.0.5 to 7.0.0. Release notes *Sourced from [open's releases](https://github.com/sindresorhus/open/releases).* > ## v7.0.0 > ### Breaking > > - Correctly handle URL and path escaping on Windows ([#146](https://github-redirect.dependabot.com/sindresorhus/open/issues/146))...

dependencies

My npm goes ballistic - `review open critical >0.0.5 Command Injection https://npmjs.com/advisories/663 open-browser-webpack-plugin>open `

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...

There is a critical vulnerability in the `open` package, so I updated to the latest version. There are no breaking changes.

![image](https://user-images.githubusercontent.com/3817644/43558147-8f822126-963a-11e8-93e4-83c7781c2727.png)

- `open` package is DEPRECATED: - there is a vulnerability found: https://www.npmjs.com/advisories/663

fix security issues with open replacing it with opn

(node:79011) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead at OpenBrowserPlugin.apply

I was wondering if you could be able to pass an argument to chrome to tell it to open incognito.

first open ```http://localhost:7760/undefined``` and then open ```http://localhost:7760/client```. Here is my code : ``` new OpenBrowserPlugin({ url: `http://localhost:${devServer.port}/client` }) ```