@mybricks/cloud-com-loader
Advanced tools
Comparing version 1.0.3-beta8 to 1.0.3-beta9
{ | ||
"name": "@mybricks/cloud-com-loader", | ||
"version": "1.0.3-beta8", | ||
"version": "1.0.3-beta9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -50,3 +50,3 @@ const fs = require("fs"); | ||
source = source.replace(locSource, `<WebpackLoaderFangzhouCloudComponentDefError tagName="${tagName}" value="${value}" />`); | ||
source = source.replace(new RegExp(locSource, 'g'), `<WebpackLoaderFangzhouCloudComponentDefError tagName="${tagName}" value="${value}" />`); | ||
} | ||
@@ -94,3 +94,3 @@ | ||
source = source.replace(locSource, locSource.replace(new RegExp(tagName, 'g'), CloudComponentName)); | ||
source = source.replace(new RegExp(locSource, 'g'), locSource.replace(new RegExp(tagName, 'g'), CloudComponentName)); | ||
@@ -97,0 +97,0 @@ if (!importComsMap[comsMapKey]) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
549508