-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build!: reduce module size by remove duplicate storage for protos fil…
…es (#1249) Significantly reduce the module size -- | before | after -- | -- | --| package size | 869.6 kB |575.4KB unpacked size | 10.9 MB | 5. MB This is a BREAKING_CHANGE! A client library refer to `protos/..` file should throw error with gax updates. To fix it, we should refer to `build/protos/..` instead.
- Loading branch information
1 parent
a50542e
commit 4d2a04d
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
"files": [ | ||
"build/src", | ||
"build/tools/compileProtos.js", | ||
"protos", | ||
"build/protos/" | ||
], | ||
"bin": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters