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

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