tiaanduplessis / parcel-plugin-asset-copier

Copy static assets to your bundle dir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Copy static assets to your bundle dir


Languages

Language:JavaScript 88.7%Language:HTML 11.3%