1.1.1 • Published 3 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-copierWith yarn:
yarn add parcel-plugin-asset-copierWith pnpm:
pnpm add parcel-plugin-asset-copierUsage
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