We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f3e7c commit 21916b0Copy full SHA for 21916b0
bundler-tests/browser/webpack-4/package.json
@@ -6,7 +6,6 @@
6
"type": "module",
7
"scripts": {
8
"test:bundle": "npm i && webpack --config webpack.config.mjs",
9
- "start": "npm i && webpack serve --config webpack.config.mjs --open"
10
},
11
"repository": {
12
"type": "git",
@@ -31,8 +30,7 @@
31
30
"babel-loader": "^8.0.0",
32
"html-webpack-plugin": "^4.5.2",
33
"webpack": "^4",
34
- "webpack-cli": "^4",
35
- "webpack-dev-server": "^4"
+ "webpack-cli": "^4"
36
37
"dependencies": {
38
"@opentelemetry/api": "file:../../../api",
0 commit comments