Skip to content

Commit f5b2b7d

Browse files
authored
Update README for clarity on build environment
Clarified the environment context for building dist/preprocessed.js.
1 parent b9a2b61 commit f5b2b7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ if (has('MY_ENV')) {
9595

9696
```
9797

98-
Above is safe to just import into our bundled code.
98+
Above is safe to import into our bundled code.
9999

100-
Important thing to understand is that natural point where building/generating `dist/preprocessed.js` have to happen is just before launching the app in the final environment (e.g. in the pod).
100+
Important thing to understand is that natural point where building/generating `dist/preprocessed.js` have to happen is just before launching the app in the final environment (e.g. in the container or in the K8S pod).
101101

102102
Normally our pod will be defined with entrypoint in Dockerfile something like:
103103

0 commit comments

Comments
 (0)