webpack
This commit is contained in:
@@ -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
@@ -14,6 +14,8 @@
|
||||
} (Drupal));
|
||||
|
||||
|
||||
|
||||
|
||||
//////// start header ////////////
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
|
||||
@@ -73,4 +73,13 @@ let config = {
|
||||
|
||||
|
||||
|
||||
module.exports = config;
|
||||
module.exports = config;
|
||||
|
||||
|
||||
module.exports = {
|
||||
// …
|
||||
externals: {
|
||||
drupal: 'Drupal',
|
||||
Drupal: 'Drupal',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user