Skip to content

Commit 1eab2d0

Browse files
feat: adding federated stats (faceyspacey#304)
1 parent ef82da9 commit 1eab2d0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"pretest": "npm run lint",
5757
"test": "cross-env NODE_ENV=test npm run test:coverage",
5858
"defaults": "webpack-defaults",
59-
"semantic-release": "npx semantic-release",
59+
"semantic-release": "npx semantic-release --no-ci",
6060
"travis": "npm run ci:coverage"
6161
},
6262
"files": [
@@ -70,7 +70,6 @@
7070
"loader-utils": "^2.0.0",
7171
"normalize-url": "1.9.1",
7272
"schema-utils": "^1.0.0",
73-
"webpack-federated-stats-plugin": "^2.0.0-beta.1",
7473
"webpack-sources": "^1.1.0"
7574
},
7675
"devDependencies": {

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10727,11 +10727,6 @@ webpack-dev-server@3.10.3:
1072710727
ws "^6.2.1"
1072810728
yargs "12.0.5"
1072910729

10730-
webpack-federated-stats-plugin@^2.0.0-beta.1:
10731-
version "2.0.0-beta.1"
10732-
resolved "https://registry.yarnpkg.com/webpack-federated-stats-plugin/-/webpack-federated-stats-plugin-2.0.0-beta.1.tgz#7ab647228e8e3049232b5b0207a4da4e3a1595df"
10733-
integrity sha512-h0QCY7ZhcLTZcv0YlRtbmbMMXR3QP+CN0c4Jj7oRFmet9nK8jjb7zX/tqp1j5bFgZkictNu1xVh1ocGxX10u6A==
10734-
1073510730
webpack-log@^2.0.0:
1073610731
version "2.0.0"
1073710732
resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f"

0 commit comments

Comments
 (0)