faster-webpack-upload-plugin
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "faster-webpack-upload-plugin", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"author": "WangTieZhu92", | ||
@@ -5,0 +5,0 @@ "license": "996.ICU", |
@@ -6,2 +6,3 @@ 'use strict' | ||
const ProgressBar = require('./utils/ProgressBar'); | ||
const path = require('path'); | ||
@@ -153,5 +154,5 @@ class FasterWebpackUploadPlugin { | ||
function formatRemotePath(remotePath, filePath) { | ||
return (remotePath + '/' + filePath).replace(/\\/g, '/').replace(/\.\//g, ""); | ||
return path.join(remotePath, filePath); | ||
} | ||
module.exports = FasterWebpackUploadPlugin; |
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
14737
5
148