Copy static dir to your bundle dir
This project uses node and npm.
$ npm install --dev-save parcel-plugin-copy
$ # OR
$ yarn add --dev parcel-plugin-copy
Add a staticPath
property to your package.json
. See package.json for example or as follows:
staticPath: {
"source": "/source/dir",
"target": "/target/dir"
}
staticPath: {
"source": "['/source/dir','/source/static']",
"target": "['/target/dir','/target/static']"
},
- 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
MIT