-
-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Labels
Description
Overview of the issue
v1.2.0 has a very large package size. According to npm, the unpacked size is 375 MB. Version 1.1.32 is 78 MB, which is still huge, but significantly smaller.
Operating System, Node.js, npm, compodoc version(s)
Compodoc v1.2.0, all systems
Angular configuration, a package.json file in the root folder
n/a
Compodoc installed globally or locally ?
doesn't matter
If possible sourcecode of the file where it breaks
n/a
If possible your terminal logs before the error
n/a
Motivation for or Use Case
I want to speed up the npm installation and CI of my projects that use compodoc.
Reproduce the error
n/a
Related issues
n/a
Suggest a Fix
Remove all files from the npm package that are not relevant for running compodoc. I highly doubt that all of the 375 MB are necessary. It seems like the package contains test coverage reports, E2E test results and other files which seem unnecessary to be published on npm.
Reactions are currently unavailable