How to disable the creating package of *.tgz
See original GitHub issueType of Issue
[ ] Bug Report
[ ] Feature Request
[x] Question
Description
This is a question (not a bug or feature)! It is possible to disable the creating package of *.tgz? I have nothing found about that in https://github.com/dherges/ng-packagr/blob/master/src/ng-package.schema.json
Version Information
$ node_modules/.bin/ng-packagr --version
ng-packagr: 2.4.1
@angular/compiler: 5.2.9
@angular/compiler-cli: 5.2.9
rollup: 0.55.5
tsickle: 0.27.2
typescript: 2.5.3
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:21 (1 by maintainers)
Top Results From Across the Web
How to disable auto generate dist.tgz file? · Issue #737 - GitHub
I build my project to dist folder, after build I found there is a file named "dist.tgz" is generated, is there an option...
Read more >Efficiently remove file(s) from large .tgz - Unix Stack Exchange
With more primitive tools, first extract the files excluding the .jpg files, then create a new archive. mkdir tmpdir && cd tmpdir <original.tar....
Read more >[SOLVED] safe to delete installed .tgz packages?
Location: A2 area Mi. It really depends on just what the "tar balls" are . If the new version runs fine i then...
Read more >Excluding directory when creating a .tar.gz file - Stack Overflow
Try removing the last / at the end of the directory path to exclude tar -pczf MyBackup.tar.gz /home/user/public_html/ --exclude "/home/user/public_html/tmp".
Read more >How to create tar.gz file in Linux using command line - nixCraft
Open the terminal application in Linux. Run tar command to create an archived named file. tar. gz for given directory name by running:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This feature has been dropped in ng-packagr V3 RC.0
Hey all,
I would love to be able to disable this so we won’t have to manage an unused tgz file, or multiple files if you are using secondary entry points.
In our project, we have to remove or exclude these files before publishing. It’s not a big deal, but if we do not need it, it shouldn’t be created.
It shouldn’t change the actual behavior if nothing is configure to.