snowpack-plugin-content-hash
Version:
A plugin for snowpack which will add a hash in the file name. The hash is based on the files content.
17 lines (12 loc) • 637 B
Markdown
## Contributions Welcome!
Interested in contributing? We'd love your help!
Our [issue tracker](https://github.com/pikapkg/snowpack-plugin-starter-template/issues) is always organized with a selection of high-priority bugs, feature requests, and ["help wanted!"](https://github.com/pikapkg/snowpack-plugin-starter-template/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)/["good first issue"](https://github.com/pikapkg/snowpack-plugin-starter-template/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) items.
```bash
# Local Setup
git clone ${REPO}
npm install
```
```bash
# Build after changes
npm run build
```