@plaudit/webpack-extensions 2.80.0 → 2.80.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -99,7 +99,7 @@ const EXTERNALIZABLE_PLAUDIT_LIBRARIES = {
|
|
|
99
99
|
})),
|
|
100
100
|
"@plaudit/wp-consent-api": { handle: "wp-consent-api", import: ['plaudit'] },
|
|
101
101
|
"@plaudit/analytics-integrations-api": { handle: "plaudit/analytics-integrations/api", import: ['plaudit', 'analyticsIntegrations', 'api'] },
|
|
102
|
-
"google.maps": { handle: "plaudit-base/google-maps-api", import:
|
|
102
|
+
"google.maps": { handle: "plaudit-base/google-maps-api", import: 'google.maps' } // This import is completely fake. As a result, it must be a single string in order to prevent a NPE
|
|
103
103
|
};
|
|
104
104
|
function plauditRequestToExternal(ext) {
|
|
105
105
|
return function (request) {
|