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 8c6e629 commit 77ca31eCopy full SHA for 77ca31e
bundler-tests/browser/webpack-4/package.json
@@ -5,8 +5,7 @@
5
"description": "Test app for logs in webpack 4",
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"
+ "test:bundle": "npm i && webpack --config webpack.config.mjs"
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