RequireJS

achartier

Administrator
Staff member
We have removed requireJS for all of the Fabrik system, and replaced it with the J! WebAssetManager. This will affect any custom JavaScript you have written that includes requireJS to ensure Fabrik is loaded.

At present we do not have a recommendation on what to replace this with (just because we haven't gotten around to thinking about it), but we will and will post an update here once we decide how to migrate this.
 
In F5 all user javascript will be loaded by Fabrik at a time where the Fabrik system has been initialized.

Additionally, it will be loaded inside a module so you will be able to export functions and import other modules as needed. Imports for fabrik and other normally needed modules will be imported for you. More details on this to come.
 
Back
Top