Skip to content

Commit be5cce0

Browse files
committed
Add concepts link to documentation
1 parent 9eeeb45 commit be5cce0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/configuration/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ contributors:
99

1010
Webpack is fed via a configuration object. It is passed in one of two ways depending on how you are using webpack: through the terminal or via Node.js. All the available configuration options are specified below.
1111

12+
T> New to webpack? Check out our guide to some of webpack's [core concepts](/concepts) to get started!
13+
1214
T> Notice that throughout the configuration we use Node's built-in [path module](https://nodejs.org/api/path.html). This prevents file path issues between operating systems. See [this section](https://nodejs.org/api/path.html#path_windows_vs_posix) for more.
1315

1416
## Options

0 commit comments

Comments
 (0)