Skip to content

Commit 7cfa046

Browse files
committed
docs(guides): add warning about varying output as discussed in #1356
1 parent b00c7e6 commit 7cfa046

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/guides/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
---
22
title: Guides
3+
sort: 0
4+
contributors:
5+
- skipjack
36
---
47

58
This section contains guides for understanding and mastering the wide variety of tools and features that webpack offers. The first is a simple guide that takes you through [installation](/guides/installation).
69

710
The guides get more and more advanced as you go on. Most serve as a starting point, and once completed you should feel more comfortable diving into the actual [documentation](/configuration).
11+
12+
W> The output shown from running webpack in the guides may differ slightly from the output of newer versions. This is to be expected. As long as the bundles look similar and run correctly, then there shouldn't be any issues. If you do come across an example that seems to be broken by a new version, please create an issue and we will do our best to resolve the discrepancy.

0 commit comments

Comments
 (0)