webpack
This commit is contained in:
@@ -66,7 +66,12 @@ let config = {
|
|||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
}
|
},
|
||||||
|
|
||||||
|
externals: {
|
||||||
|
drupal: 'Drupal',
|
||||||
|
Drupal: 'Drupal',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -76,10 +81,3 @@ let config = {
|
|||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
// …
|
|
||||||
externals: {
|
|
||||||
drupal: 'Drupal',
|
|
||||||
Drupal: 'Drupal',
|
|
||||||
},
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user