Our pure JavaScript Scheduler component


Post by asepag »

i try to build with npm run build but get error [BABEL] Note: The code generator has deoptimised the styling scheduler.module.js as it exceeds the max of 500KB.

Post by johan.isaksson »

Hi,

Nothing to worry about, it is because Scheduler is a big component and thus have a big bundle. It is just a warning, related to Babel wanting to keep generated code readable. Read more for example here: https://stackoverflow.com/questions/35192796/babel-note-the-code-generator-has-deoptimised-the-styling-of-app-js-as-it-exc
Best regards,
Johan Isaksson

Post Reply