Created
May 13, 2017 18:28
-
-
Save rohanBagchi/911ea1ac0b27aa46c719b532ca1cee0a to your computer and use it in GitHub Desktop.
Basic HTML to tryout webpack
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
<html> | |
<head> | |
<title>webpack poc</title> | |
</head> | |
<body> | |
<div id="app"></div> | |
<script src="./dist/bundle.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment