Skip to content

Instantly share code, notes, and snippets.

@johnstew
Created February 2, 2017 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnstew/66631ff6a2055c2788916e97b4786548 to your computer and use it in GitHub Desktop.
Save johnstew/66631ff6a2055c2788916e97b4786548 to your computer and use it in GitHub Desktop.
tree-shaking webpack utils.js
export function foo() {
console.log('foo called');
}
export function bar() {
console.log('bar called');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment