Little typo (#8212)

This commit is contained in:
Sony AK
2019-12-20 19:55:58 +07:00
committed by Andreas Cederström
parent 88a543549b
commit 3f2037bb2a

View File

@@ -52,4 +52,4 @@ Here is an example `browserslist` that is specified in `package.json`:
> Note that this does not include polyfills automatically for you. You will still need to polyfill language features (see above) as needed based on the browsers your are supporting.
> When editing the `browserslist` config, you may notice that your changes don't get picked up right away. This is due to an [issue in babel-loader](https://github.com/babel/babel-loader/issues/690) not detecting the change in your `package.json`. An quick solution is to delete the `node_modules/.cache` folder and try again.
> When editing the `browserslist` config, you may notice that your changes don't get picked up right away. This is due to an [issue in babel-loader](https://github.com/babel/babel-loader/issues/690) not detecting the change in your `package.json`. A quick solution is to delete the `node_modules/.cache` folder and try again.