1.1.1 • Published 2 years ago
parcel-plugin-asset-copier v1.1.1
parcel-plugin-asset-copier
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
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
License
MIT