docs: mention browserslist may be in separate file [ci skip]

This commit is contained in:
Evan You
2018-07-17 15:06:23 -04:00
parent 8cdc9d122d
commit a7d69dd584

View File

@@ -2,7 +2,7 @@
## browserslist
You will notice a `browserslist` field in `package.json` specifying a range of browsers the project is targeting. This value will be used by [@babel/preset-env][babel-preset-env] and [autoprefixer][autoprefixer] to automatically determine the JavaScript features that need to be transpiled and the CSS vendor prefixes needed.
You will notice a `browserslist` field in `package.json` (or a separate `.browserslistrc` file) specifying a range of browsers the project is targeting. This value will be used by [@babel/preset-env][babel-preset-env] and [autoprefixer][autoprefixer] to automatically determine the JavaScript features that need to be transpiled and the CSS vendor prefixes needed.
See [here][browserslist] for how to specify browser ranges.