Skip to content

Instantly share code, notes, and snippets.

@3dln
Created October 12, 2020 08:31
Show Gist options
  • Save 3dln/efef83e35744b10048824c5154e22a85 to your computer and use it in GitHub Desktop.
Save 3dln/efef83e35744b10048824c5154e22a85 to your computer and use it in GitHub Desktop.
virgool - webpack 5 - tut 01
<!doctype html>
<html>
<head>
<title>Webpack 5 tutorial</title>
<script src="https://unpkg.com/lodash@4.16.6"></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