Skip to content

Commit ab6406f

Browse files
committed
remove open-browser-webpack-plugin dev dependency
1 parent 8bf2b29 commit ab6406f

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"karma-sourcemap-writer": "^0.1.2",
9696
"karma-webpack": "^4.0.2",
9797
"mocha": "^6.2.2",
98-
"open-browser-webpack-plugin": "^0.0.5",
9998
"prettier": "^1.18.2",
10099
"publish-please": "^5.5.1",
101100
"puppeteer": "^1.20.0",

webpack.example.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const HtmlWebpackPlugin = require("html-webpack-plugin");
44
const ConcatPlugin = require("webpack-concat-plugin");
55
const CopyPlugin = require("copy-webpack-plugin");
66
const CleanWebpackPlugin = require("clean-webpack-plugin");
7-
const OpenBrowserPlugin = require("open-browser-webpack-plugin");
87
const SimpleProgressPlugin = require("webpack-simple-progress-plugin");
98

109
const concatPluginConfigGenerator = (name, files) => {
@@ -49,9 +48,7 @@ module.exports = options => {
4948

5049
new CopyPlugin([{ from: "static", to: "." }]),
5150

52-
new SimpleProgressPlugin(),
53-
54-
new OpenBrowserPlugin({ url: "http://0.0.0.0:8080/webpack-dev-server/" })
51+
new SimpleProgressPlugin()
5552
],
5653

5754
resolve: {

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4827,18 +4827,6 @@ onetime@^2.0.0:
48274827
dependencies:
48284828
mimic-fn "^1.0.0"
48294829

4830-
open-browser-webpack-plugin@^0.0.5:
4831-
version "0.0.5"
4832-
resolved "https://registry.npmjs.org/open-browser-webpack-plugin/-/open-browser-webpack-plugin-0.0.5.tgz#5e6dc6f8b8797331e212985de218572d84c0521f"
4833-
integrity sha1-Xm3G+Lh5czHiEphd4hhXLYTAUh8=
4834-
dependencies:
4835-
open "0.0.5"
4836-
4837-
4838-
version "0.0.5"
4839-
resolved "https://registry.npmjs.org/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc"
4840-
integrity sha1-QsPhjslUZra/DcQvOilFw/DK2Pw=
4841-
48424830
opn@^5.5.0:
48434831
version "5.5.0"
48444832
resolved "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"

0 commit comments

Comments
 (0)