Skip to content

Commit

Permalink
configure webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
sheafg committed Nov 30, 2017
1 parent 3d5db62 commit 9dd6c73
Show file tree
Hide file tree
Showing 5 changed files with 4,839 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,9 @@ <h2 class="modal__title">
</div>
</div>

<script type="text/javascript" src="dist/bundle.js">

</script>

</body>
</html>
5 changes: 5 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import "react-dom"

console.log("Loaded react-dom");

console.log("Webpack works");
Loading

0 comments on commit 9dd6c73

Please sign in to comment.