Skip to content

Instantly share code, notes, and snippets.

@jschr
Created April 11, 2017 21:11
Show Gist options
  • Save jschr/39725dbb61cbbca1c6d0e2a01f73bf4e to your computer and use it in GitHub Desktop.
Save jschr/39725dbb61cbbca1c6d0e2a01f73bf4e to your computer and use it in GitHub Desktop.
basic webpack config index.ts
export default function ({ username }) {
return `<html><body>hello ${username}</html></body>`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment