This commit is contained in:
2025-11-25 17:35:52 +01:00
parent 3bfcc5e288
commit c5748a9a30

View File

@@ -66,7 +66,12 @@ let config = {
],
}
},
externals: {
drupal: 'Drupal',
Drupal: 'Drupal',
},
}
@@ -76,10 +81,3 @@ let config = {
module.exports = config;
module.exports = {
// …
externals: {
drupal: 'Drupal',
Drupal: 'Drupal',
},
};