Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
fix: can't find tar file on yarn workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
SSen committed Oct 12, 2020
1 parent 91e0212 commit 29ceb7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node_modules/
.DS_Store

# generated files
# *.tgz TODO ignore again after webpack-bundle-analyzer fixed
*.tgz
lerna-debug.log
npm-debug.log*
yarn-debug.log*
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"typescript": "^4.0.3",
"url-loader": "^4.1.1",
"webpack": "^5.0.0",
"webpack-bundle-analyzer": "../webpack-bundle-analyzer-3.10.0.tgz",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^5.2.0",
"webpack-node-externals": "^2.5.2",
Expand Down
Empty file removed webpack-bundle-analyzer-3.10.0.tgz
Empty file.
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12779,9 +12779,10 @@ webidl-conversions@^6.1.0:
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==

webpack-bundle-analyzer@../webpack-bundle-analyzer-3.10.0.tgz:
version "3.10.0"
resolved "./webpack-bundle-analyzer-3.10.0.tgz#c2ecbd96841219339910e1556a8b0635426e63ad"
webpack-bundle-analyzer@^3.9.0:
version "3.9.0"
resolved "https://registry.npmjs.org/@ssen-temp/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.1.tgz#f5df2285221d45cf6b6ef5471e52f3998eb406ba"
integrity sha512-BSB+1VIrO5n08Qg1+WYCKNiR8QxqIOSY9idaBKCmXilk9KvKtZA6ouQ9QLvOX4E1KHt7k9WN/mrmGJlhKjvqtQ==
dependencies:
acorn "^7.1.1"
acorn-walk "^7.1.1"
Expand Down

0 comments on commit 29ceb7d

Please sign in to comment.