You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a preparation for bundling, extract the entire CLI script into a function and export it from `index.js`.
This will allow the future bundler to simply bundle `index.js` and preserve all current exports for programatic usage.
Note that deep imports will still not work after bundling, but thats ok since those imports are considered private and should not have been used.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments