Skip to content

Commit

Permalink
install babel and style loader
Browse files Browse the repository at this point in the history
  • Loading branch information
fnurrahmah125 committed Nov 1, 2023
1 parent 487f8d5 commit a2cf73d
Show file tree
Hide file tree
Showing 7 changed files with 23,055 additions and 159 deletions.
12 changes: 0 additions & 12 deletions test-webpack/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Belajar Webpack</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin="anonymous"
/>
</head>

<body>
Expand Down Expand Up @@ -97,12 +91,6 @@ <h5 class="modal-title" id="jokesModalLabel">Joke Hari Ini 🤣</h5>
</div>
</div>

<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"
></script>

<script src="./output/bundle.js"></script>
</body>
</html>
20,347 changes: 20,221 additions & 126 deletions test-webpack/output/bundle.js

Large diffs are not rendered by default.

0 comments on commit a2cf73d

Please sign in to comment.