Skip to content

tiaanduplessis/parcel-plugin-asset-copier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-plugin-asset-copier

package version package downloads standard-readme compliant package license make a pull request

Copy static assets to your bundle dir

Table of Contents

Install

Install the package locally within you project folder with your package manager:

With npm:

npm install parcel-plugin-asset-copier

With yarn:

yarn add parcel-plugin-asset-copier

With pnpm:

pnpm add parcel-plugin-asset-copier

Usage

Add a assetsPath property to your package.json. See package.json for example.

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT