@@ -100,7 +100,7 @@ class CdnResourcesDownloader {
*/
generateReplaceUrlInCssStream(cdnResource, assetsResourcesStore, webroot) {
return replaceStream(
- /url\((?!"data:)["']?(.+?)["']?\)/g, // https://regex101.com/r/Sds38A/2
+ /url\((?!['"]?data:)["']?(.+?)["']?\)/g, // https://regex101.com/r/Sds38A/3
(match, url) => {
// generate URL Object
const parsedUrl = url.startsWith('http')