theatre-js / theatre-docs

Docs for Theatre.js (moved to github.com/theatre-js/website)
https://github.com/theatre-js/website
16 stars 11 forks source link

Troubleshooting guide for rollup configs (`process` is `undefined`) #8

Open fulopkovacs opened 2 years ago

fulopkovacs commented 2 years ago

Add a troubleshooting guide to the docs for people using rollup without using the @rollup/plugin-replace plugin to replace the process.env.NODE_ENV with its value during the build.

Check out this link for a working rollup config.