Created
April 11, 2017 21:11
-
-
Save jschr/39725dbb61cbbca1c6d0e2a01f73bf4e to your computer and use it in GitHub Desktop.
basic webpack config index.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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