Created
April 30, 2020 01:59
-
-
Save hkhc/0d412ac4ec045db2d90a717c032f0927 to your computer and use it in GitHub Desktop.
Demo for webpack with unicode
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
<!doctype html> | |
<html> | |
<head> | |
<title>Webpack Unicode Demo</title> | |
</head> | |
<body> | |
<h1>Webpack Unicode Demo</h1> | |
<script src="bundle.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment