How do I view the size of npm packages?

后端 未结 10 1724
故里飘歌
故里飘歌 2020-12-22 16:53

When I search for packages on NPM, I would like to see package sizes (in KB or MB, etc). NPM doesn’t seem to show this information.

How can I determine how much bloa

10条回答
  •  一生所求
    2020-12-22 17:30

    If you use Visual Studio Code, you could use an extension called Import Cost.

    This extension will display inline in the editor the size of the imported package. The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size.

提交回复
热议问题