cdn-upload-webpack-plugin
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -311,3 +311,3 @@ "use strict"; | ||
AzurePlugin.prototype.getPublicPath = function () { | ||
return this.blobService.getUrl(this.options.containerName, this.options.prefix); | ||
return this.blobService.getUrl(this.options.containerName, this.options.prefix) + "/"; | ||
}; | ||
@@ -314,0 +314,0 @@ return AzurePlugin; |
{ | ||
"name": "cdn-upload-webpack-plugin", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A webpack plugin which incrementally uploads assets to a CDN upon build completion", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -572,4 +572,4 @@ import * as AzureStorage from 'azure-storage'; | ||
public getPublicPath() { | ||
return this.blobService.getUrl(this.options.containerName, this.options.prefix); | ||
return `${this.blobService.getUrl(this.options.containerName, this.options.prefix)}/`; | ||
} | ||
} |
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
39382