Skip to content

Commit

Permalink
docs: Update code example for no env variable injection
Browse files Browse the repository at this point in the history
It looked like this was wrong to me - with no env variable injection, all of the env statements should exist in the final bundle?
  • Loading branch information
whilefalse authored Jan 23, 2025
1 parent 7830e15 commit c84d349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/bundler/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ The generated bundle will contain the following code:

```js
console.log(process.env.FOO);
console.log(process.env.ACME_PUBLIC_URL);
console.log(process.env.BAZ);
```

Expand Down

0 comments on commit c84d349

Please sign in to comment.