@fastly/compute-js-static-publish
Advanced tools
Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1
@@ -125,3 +125,3 @@ // This program builds static resources out of the files in the | ||
loadModule = true; | ||
fileContents += `import fileModule${index} from "${relativeFilePath}";\n`; | ||
fileContents += `import * as fileModule${index} from "${relativeFilePath}";\n`; | ||
} | ||
@@ -128,0 +128,0 @@ knownAssets[filePath] = { contentType: type, isStatic, loadModule, }; |
{ | ||
"name": "@fastly/compute-js-static-publish", | ||
"type": "module", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0-alpha.1", | ||
"description": "Static Publisher for Compute@Edge JavaScript", | ||
@@ -6,0 +6,0 @@ "main": "./build/index.js", |
@@ -151,3 +151,3 @@ // This program builds static resources out of the files in the | ||
loadModule = true; | ||
fileContents += `import fileModule${index} from "${relativeFilePath}";\n`; | ||
fileContents += `import * as fileModule${index} from "${relativeFilePath}";\n`; | ||
} | ||
@@ -154,0 +154,0 @@ knownAssets[filePath] = { contentType: type, isStatic, loadModule, }; |
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
71513