Skip to content

Instantly share code, notes, and snippets.

@daybrush
Created October 30, 2018 05:01
Show Gist options
  • Save daybrush/1761be8f8c3e891a8ea4b14e4a2c616f to your computer and use it in GitHub Desktop.
Save daybrush/1761be8f8c3e891a8ea4b14e4a2c616f to your computer and use it in GitHub Desktop.
treeshaking.rollup.js
// 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