This commit is contained in:
2025-11-25 17:26:05 +01:00
parent f05fee5e4c
commit 3bfcc5e288
4 changed files with 15 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ var __webpack_exports__ = {};
} (Drupal));
//////// start header ////////////
document.addEventListener('DOMContentLoaded', function() {

File diff suppressed because one or more lines are too long

View File

@@ -14,6 +14,8 @@
} (Drupal));
//////// start header ////////////
document.addEventListener('DOMContentLoaded', function() {

View File

@@ -73,4 +73,13 @@ let config = {
module.exports = config;
module.exports = config;
module.exports = {
// …
externals: {
drupal: 'Drupal',
Drupal: 'Drupal',
},
};