babel-plugin-log-require
v1.0.2
Published
Babel plugin that inserts `console.log` messages at the top and bottom of each module in order to track runtime import behaviour.
Downloads
8
Readme
babel-plugin-log-require
Inserts console.log
statements at the top and bottom of each module, and also
measures the time to load each module. This can be useful to diagnose slow-loading
applications and understand what gets included.
Obviously absolutely inappropriate for production builds, this is a debug tool.