File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed
Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ const HtmlWebpackPlugin = require("html-webpack-plugin");
44const ConcatPlugin = require ( "webpack-concat-plugin" ) ;
55const CopyPlugin = require ( "copy-webpack-plugin" ) ;
66const CleanWebpackPlugin = require ( "clean-webpack-plugin" ) ;
7- const OpenBrowserPlugin = require ( "open-browser-webpack-plugin" ) ;
87const SimpleProgressPlugin = require ( "webpack-simple-progress-plugin" ) ;
98
109const 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 : {
Original file line number Diff line number Diff 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-
48424830opn@^5.5.0 :
48434831 version "5.5.0"
48444832 resolved "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
You can’t perform that action at this time.
0 commit comments