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
@@ -481,7 +482,8 @@ async function requireHelperFromModule(helperName, config, HelperClass) {
481
482
// check if the new syntax export default HelperName is used and loads the Helper, otherwise loads the module that used old syntax export = HelperName.
482
483
try{
483
484
// Try dynamic import for both CommonJS and ESM modules
// check if the new syntax `export default new Factory()` is used and loads the builder, otherwise loads the module that used old syntax `module.exports = new Factory()`.
0 commit comments