Where can I set the process.env properties properly in my project?
#7567
Replies: 3 comments 1 reply
-
|
If you are running on Bash (i.e. Linux/macOS), you can change your package.json script to |
Beta Was this translation helpful? Give feedback.
-
I am trying to print the That shows the |
Beta Was this translation helpful? Give feedback.
-
|
Hi, have you figured out a right way to do so? I also encountered the same problem |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have learned that docusaurus will encode small pictures to base64 resorting webpack url-loader. The picture limitation is set to 10000 bytes by default and I want to change it. Whether Docusaurus provides an eligible approach to set
process.env.WEBPACK_URL_LOADER_LIMIT?Beta Was this translation helpful? Give feedback.
All reactions