Skip to content

Instantly share code, notes, and snippets.

@hkhc
Created April 30, 2020 01:59
Show Gist options
  • Save hkhc/0d412ac4ec045db2d90a717c032f0927 to your computer and use it in GitHub Desktop.
Save hkhc/0d412ac4ec045db2d90a717c032f0927 to your computer and use it in GitHub Desktop.
Demo for webpack with unicode
<!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