diff options
Diffstat (limited to 'core/01_core.js')
-rw-r--r-- | core/01_core.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/01_core.js b/core/01_core.js index 13aa17c7e..8b5a4ff66 100644 --- a/core/01_core.js +++ b/core/01_core.js @@ -2,6 +2,9 @@ "use strict"; ((window) => { + if (globalThis.__bootstrap.core) { + return; + } const { Array, ArrayPrototypeFill, |