Skip to content

Instantly share code, notes, and snippets.

@pinkhominid
Created August 31, 2019 13:23
Show Gist options
  • Save pinkhominid/a8bf7c81c0ed0cde107ffd64ff895fec to your computer and use it in GitHub Desktop.
Save pinkhominid/a8bf7c81c0ed0cde107ffd64ff895fec to your computer and use it in GitHub Desktop.
ESM tricks
// Export a default import as default
export { default } from '../node_modules/roadtrip/dist/roadtrip.es.js';
// Export a default import as named
export { default as router } from '../node_modules/roadtrip/dist/roadtrip.es.js';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment