This repository was archived by the owner on Jun 7, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
License
NotificationsYou must be signed in to change notification settings
agentcooper/parcel-plugin-static-zip
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
https://agentcooper.github.io/parcel-plugin-static-zip/
Provide archived local directory in the static build. Useful forBrowserFS.
npm install parcel-plugin-static-zip --save-devAdd config to yourpackage.json:
"parcel-plugin-static-zip": { "self.zip": { "glob": "**", "options": { "cwd": "../../", "ignore": [ "**/node_modules/**", "**/dist/**" ] } }},options arenode-glob options.
Whenever Parcel builds the project,self.zip will be available in thedist.
About
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.