Skip to content

Commit 4262d66

Browse files
codexicomontogeek
authored andcommitted
docs(guides) Show filename change from previous page (#2336)
On https://webpack.js.org/guides/getting-started/index.html uses `main.js`, now on *Asset Management* we need to show that changed to `bundle.js`.
1 parent 9da90b8 commit 4262d66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/guides/asset-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ __dist/index.html__
3030
+ <title>Asset Management</title>
3131
</head>
3232
<body>
33-
<script src="./bundle.js"></script>
33+
- <script src="./main.js"></script>
34+
+ <script src="./bundle.js"></script>
3435
</body>
3536
</html>
3637
```

0 commit comments

Comments
 (0)