- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 180
Open
Description
Do you want to request a feature or report a bug? bug
What is the current behavior?
npm install --save-dev bundlesize has grown 10x larger than in 0.14.4
If the current behavior is a bug, please provide the steps to reproduce.
Compare the following versions after npm install:
Reproduce with the following script:
mkdir old
cd old
npm init -y
npm install --save-dev [email protected]
cd ..
mkdir new
cd new
npm init -y
npm install --save-dev [email protected]
cd ..
du -sh old # 2.6M
du -sh new # 39M
What is the expected behavior?
I expected the size to be similar and small, around 1 to 3 MB.
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention other relevant information.
- node version 9.5.0
- npm version 5.6.0
- Operating system Windows or Linux
- bundlesize version 0.17.0
- CI you are using none
edmorley
Metadata
Metadata
Assignees
Labels
No labels