Skip to content

Instantly share code, notes, and snippets.

@timse
Created May 16, 2017 13:44
Show Gist options
  • Save timse/7938d900e79c6a2ad4ec3ba978036dff to your computer and use it in GitHub Desktop.
Save timse/7938d900e79c6a2ad4ec3ba978036dff to your computer and use it in GitHub Desktop.
// foo-two.js
import bar from './bar';
import preact from 'preact';
import('./async-baz').then( a => console.log(a));
console.log(preact.toString() + "hello world again and again");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment