fox-send/build/readme.md

14 lines
351 B
Markdown
Raw Normal View History

2018-03-06 00:29:09 +00:00
# Custom Loaders
2019-09-07 03:00:00 +00:00
## Android Index Plugin
2018-03-06 00:29:09 +00:00
2019-09-07 03:00:00 +00:00
Generates the `index.html` page for the native android client
2018-03-06 00:29:09 +00:00
2018-07-12 20:13:49 +00:00
## Version Plugin
2018-03-06 00:29:09 +00:00
2018-07-12 20:13:49 +00: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 00:29:09 +00:00
# See Also
- [docs/build.md](../docs/build.md)
- [webpack.config.js](../webpack.config.js)