Created
October 30, 2018 05:01
-
-
Save daybrush/1761be8f8c3e891a8ea4b14e4a2c616f to your computer and use it in GitHub Desktop.
treeshaking.rollup.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// b.js | |
function a() { | |
} | |
function b() { | |
a(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment