Skip to content

Instantly share code, notes, and snippets.

@marensas
Last active January 29, 2018 09:39
Show Gist options
  • Save marensas/687da8b4fd5936b5e0d170ce52a66cf0 to your computer and use it in GitHub Desktop.
Save marensas/687da8b4fd5936b5e0d170ce52a66cf0 to your computer and use it in GitHub Desktop.
Webpack 4
<!DOCTYPE html>
<html>
<head>
<title>Webpack project</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<h1>Webpack projektas</h1>
<script src="/index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment