diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67de875d37..55421debe5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ This repo uses Yarn 3 for all package management. Please ensure that Yarn 1.x is #### Building Redux -Running the `build` task will create a CommonJS module-per-module build, a ES Modules build and a UMD build. +Running the `build` task will build the artifacts into the `./dist` folder ```sh yarn build diff --git a/docs/faq/General.md b/docs/faq/General.md index 5477008ac0..5109f42ebf 100644 --- a/docs/faq/General.md +++ b/docs/faq/General.md @@ -108,8 +108,6 @@ Redux is written using modern JS syntax (ES2020), but the code is fairly simple. If you need to target older browsers, please transpile it yourself. -. You should be able to use it regardless of your JavaScript build process. Redux also offers a UMD build that can be used directly without any build process at all. - The [counter-vanilla](https://github.com/reduxjs/redux/tree/master/examples/counter-vanilla) example demonstrates basic ES5 usage with Redux included as a `