Skip to content

Commit 1336ac1

Browse files
author
Adam Butterworth
authored
Update README.rst
1 parent 87017b4 commit 1336ac1

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,19 @@ documentation to learn what options are available. Example package.json::
4141
}
4242
}
4343

44-
Extending or Overriding Default Config
44+
Extending or Overriding Config Presets
4545
--------------------------------------
4646

47-
This package contains default configuration for each command it
48-
offers (webpack, webpack-dev-server, babel, jest, eslint). If you
49-
need to extend or modify the base configuration you can add your
47+
This package contains a set of configuration presets:
48+
49+
- webpack-prod
50+
- webpack-dev
51+
- babel
52+
- babel-preserve-modules
53+
- jest
54+
- eslint
55+
56+
If you need to extend or modify a configuration you can add your
5057
own configuration files, either by extending frontend-build's
5158
configuration files or supplying your own wholesale.
5259

0 commit comments

Comments
 (0)