1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-21 00:21:32 +02:00
send/build/readme.md

14 lines
451 B
Markdown
Raw Normal View History

2018-03-06 01:29:09 +01:00
# Custom Loaders
## Generate Asset Map
This loader enumerates all the files in `assets/` so that `common/assets.js` can provide mappings from the source filename to the hashed filename used on the site.
2018-07-12 22:13:49 +02:00
## Version Plugin
2018-03-06 01:29:09 +01:00
2018-07-12 22:13:49 +02:00
Creates a `version.json` file that gets exposed by the `/__version__` route from the `package.json` file and current git commit hash.
2018-03-06 01:29:09 +01:00
# See Also
- [docs/build.md](../docs/build.md)
- [webpack.config.js](../webpack.config.js)