webpack
This commit is contained in:
@@ -72,6 +72,8 @@ var __webpack_exports__ = {};
|
|||||||
} (Drupal));
|
} (Drupal));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//////// start header ////////////
|
//////// start header ////////////
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -14,6 +14,8 @@
|
|||||||
} (Drupal));
|
} (Drupal));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//////// start header ////////////
|
//////// start header ////////////
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|
||||||
|
|||||||
@@ -74,3 +74,12 @@ let config = {
|
|||||||
|
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
// …
|
||||||
|
externals: {
|
||||||
|
drupal: 'Drupal',
|
||||||
|
Drupal: 'Drupal',
|
||||||
|
},
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user