Skip to content

Instantly share code, notes, and snippets.

@msacar
Last active May 1, 2020 17:39
Show Gist options
  • Save msacar/3bc341882331a84e3c35d825542a54b1 to your computer and use it in GitHub Desktop.
Save msacar/3bc341882331a84e3c35d825542a54b1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Webpack App</title>
</head>
<body>
<h1>Webpack App!</h1>
<h2>Hatırlatma: Konsolu kontrol et.</h2>
<!-- Oluşturduğumuz javascript dosyasını sayfaya dahil ediyoruz -->
<script src="/dist/bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment