Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

parcel-plugin-asset-copier

tiaanduplessis318MIT1.1.1

Copy static assets to your bundle dir

parcel, parcel-bundler, parcel-plugin, assets, static, copy

readme

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