Created
October 12, 2020 08:31
-
-
Save 3dln/efef83e35744b10048824c5154e22a85 to your computer and use it in GitHub Desktop.
virgool - webpack 5 - tut 01
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 5 tutorial</title> | |
<script src="https://unpkg.com/[email protected]"></script> | |
</head> | |
<body> | |
<script src="./src/index.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment