Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

agentcooper/parcel-plugin-static-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://agentcooper.github.io/parcel-plugin-static-zip/

Provide archived local directory in the static build. Useful forBrowserFS.

Install

npm install parcel-plugin-static-zip --save-dev

How to use

Add 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.

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp