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
Currently, if a module or any dependency uses require or module.exports, Bandolier will fail to successfully bundle the script. We could resolve this with an unsafe translation to import/export. The primary side effect is the dependency modules will be executed before the depending module is executed, rather than during it.
The text was updated successfully, but these errors were encountered:
Currently, if a module or any dependency uses
require
ormodule.exports
, Bandolier will fail to successfully bundle the script. We could resolve this with an unsafe translation to import/export. The primary side effect is the dependency modules will be executed before the depending module is executed, rather than during it.The text was updated successfully, but these errors were encountered: