vite-plugin-auto-zip
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -53,4 +53,5 @@ const plugin = function(){ | ||
const path = require('path') | ||
const realPath = path.resolve(__dirname,'../../dist') | ||
const name = 'dist.'+process.env.NODE_ENV+'.zip' | ||
makeZip(path.resolve(__dirname,'./dist'),name) | ||
makeZip(realPath,name) | ||
} | ||
@@ -57,0 +58,0 @@ } |
{ | ||
"name": "vite-plugin-auto-zip", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "provide a vite plugin then zip your file after compile done", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3182
59