Skip to content

Commit 5d6f743

Browse files
committed
docs
1 parent 1031d12 commit 5d6f743

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
./example/node_modules
3+
.DS_Store

docs/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>Webpack App</title>
5+
<title>webpack App</title>
66
</head>
77
<body>
8+
<div id="app"></div>
9+
<script src="index.js"></script>
810
<script type="text/javascript" src="index.js"></script></body>
9-
</html>
11+
</html>

docs/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/dist/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>Webpack App</title>
5+
<title>webpack App</title>
66
</head>
77
<body>
8+
<div id="app"></div>
9+
<script src="index.js"></script>
810
<script type="text/javascript" src="index.js"></script></body>
9-
</html>
11+
</html>

example/dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)