Just stumbled over this neat little plugin for VS Code
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.
https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost
Produces something like this for Ionic projects:
For now I have no idea how precise these numbers are, but I will sure test this later.