rendajs / Renda

A modern rendering engine for the web.
https://rendajs.org
MIT License
10 stars 4 forks source link

Make it possible to disable engine defines when bundling scripts with studio #900

Open jespertheend opened 5 months ago

jespertheend commented 5 months ago

There are a bunch of engine defines which are enabled by default. Even in released packages on npm and jsr etc are these defines enabled. This is fine, because we want users of the package to make use of debug tools such as the inspector.

People using renda without renda studio, can configure their own bundling tool to overwrite these defines. But we should add functionality to renda studio to configure this as well.