You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preview libraries (jQuery, Bootstrap, lodash etc.) should not be part of the main bundle, as they‘re not needed to render a fresh environment. Should be pretty easy to break out now that compileProject() (f.k.a. generatePreview()) is async.
Preview libraries (jQuery, Bootstrap, lodash etc.) should not be part of the main bundle, as they‘re not needed to render a fresh environment. Should be pretty easy to break out now that
compileProject()(f.k.a.generatePreview()) is async.