Danny Coates 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 years ago
..
android_index_plugin.js 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 years ago
generate_asset_map.js 1a78f57515 don't set cache header on serviceWorker.js 6 years ago
readme.md 1e62aa976d reimplemented l10n using dynamic import() (#1012) 6 years ago
version_plugin.js a80d007e0c Hook up the android kotlin code to the send js code (#860) 6 years ago

readme.md

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.

Version Plugin

Creates a version.json file that gets exposed by the /__version__ route from the package.json file and current git commit hash.

See Also