vite-plugin-auto-zip
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "vite-plugin-auto-zip", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "provide a vite plugin then zip your file after compile done", | ||
@@ -5,0 +5,0 @@ "main": "plugin.js", |
@@ -7,3 +7,4 @@ # vite-plugin-auto-zip | ||
```javascript | ||
const AutoZip = require('vite-plugin-auto-zip') | ||
import AutoZip from 'vite-plugin-auto-zip' | ||
// const AutoZip = require('vite-plugin-auto-zip') also supported | ||
{ | ||
@@ -10,0 +11,0 @@ plugins:[AutoZip()] |
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
3739
13