We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6507625 commit b684963Copy full SHA for b684963
docs/decisions/0007-javascript-file-configuration.rst
@@ -28,7 +28,7 @@ token that helps the build replace it with a string literal.
28
This approach has several important limitations:
29
30
- There's no way to add variables without hard-coding process.env.XXXX somewhere in the file,
31
- complicating our ability to add additional application-specific configuration without explici tly
+ complicating our ability to add additional application-specific configuration without explicitly
32
merging it into the configuration document after it's been created in frontend-platform.
33
- The method can *only* handle strings.
34
0 commit comments