diff --git a/docs/en/Webpack.md b/docs/en/Webpack.md index fba8df33ef56..c8874b5e46fc 100644 --- a/docs/en/Webpack.md +++ b/docs/en/Webpack.md @@ -227,6 +227,8 @@ ES modules to CommonJS modules only in the `test` environment. } ``` +> Note: Jest caches files to speed up test execution. If you updated .babelrc and Jest is still not working, try running Jest with `--no-cache`. + If you use dynamic imports (`import('some-file.js').then(module => ...)`), you need to enable the `dynamic-import-node` plugin.