2018-03-06 01:29:09 +01:00
|
|
|
# Custom Loaders
|
|
|
|
|
2019-09-07 05:00:00 +02:00
|
|
|
## Android Index Plugin
|
2018-03-06 01:29:09 +01:00
|
|
|
|
2019-09-07 05:00:00 +02:00
|
|
|
Generates the `index.html` page for the native android client
|
2018-03-06 01:29:09 +01:00
|
|
|
|
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)
|