Skip to content

bundlesize is 10x larger after npm install since v0.14.0 #213

@styfle

Description

@styfle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions