openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

🔧(magnify-site) disable treeshaking for production build #156

Closed jbpenrath closed 1 year ago

jbpenrath commented 1 year ago

Purpose

Currently the production build does not work as rollup treeshake remove from bundle the ThemeContext module provided by grommet. For now, the only workaround, we found is to disable treeshake.

Proposal

sampaccoud commented 1 year ago

@jbpenrath Maybe open an issue here too?