webpack creates bundle.js

master
Matt Huntington 9 years ago
parent 5263655aa4
commit 9317076393

1
.gitignore vendored

@ -1 +1,2 @@
node_modules
dist

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script src="dist/bundle.js" charset="utf-8"></script>
</head>
<body>
<h1>The App</h1>
</body>
</html>

@ -0,0 +1 @@
console.log('awesome');
Loading…
Cancel
Save