Skip to content

Instantly share code, notes, and snippets.

@junhanamaki
Created May 1, 2016 14:50
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 junhanamaki/958e74889f7ad7da1f069927c29fa439 to your computer and use it in GitHub Desktop.
Save junhanamaki/958e74889f7ad7da1f069927c29fa439 to your computer and use it in GitHub Desktop.
webpack output library test
import * from './popup.js';
// exported object {}
import Popup from './popup.js';
export default Popup;
// or
import { default as default } from './popup.js';
// exported object { default: Popup }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment