Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 612f06b

Browse files
seduboistimneutkens
authored andcommitted
Document skipping cache for babel-loader + setting env at runtime (vercel#1747)
1 parent 06baed2 commit 612f06b

File tree

1 file changed

+2
-1
lines changed
  • examples/with-universal-configuration

1 file changed

+2
-1
lines changed

examples/with-universal-configuration/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ This example show how to set custom environment variables for your application b
3030

3131
## Caveats
3232

33-
Because a babel plugin is used the output is cached in `node_modules/.cache` by `babel-loader`. When modifying the configuration you will have to manually clear this cache to make changes visible.
33+
- Because a babel plugin is used the output is cached in `node_modules/.cache` by `babel-loader`. When modifying the configuration you will have to manually clear this cache to make changes visible. Alternately, you may skip caching for `babel-loader` as shown [here](https://github.com/zeit/next.js/issues/1103#issuecomment-279529809).
34+
- This example sets the environment configuration at build time, meaning the same build might not be used in e.g. both staging and production. For a solution which sets the environment at runtime, see [here](https://github.com/zeit/next.js/issues/1488#issuecomment-289108931).

0 commit comments

Comments
 (0)