From 3d93d7239d1859b926e140f861393a6a8d60e7ba Mon Sep 17 00:00:00 2001 From: Harrison Ifeanyichukwu Date: Wed, 30 Aug 2023 09:51:46 +0200 Subject: [PATCH] doc: add documentation for assetExtensions configuration option --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1188da7..300b79e 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,14 @@ module.exports = createConfig({ */ extensions: ['.js', '.ts', '.jsx', '.tsx'], + /** + * define list of file extensions to be considered as asset files. + * Asset files are copied over to the build directories. + * + * example, .json, .png, .jpg, .jpeg, etc + */ + assetExtensions: [] + /** * defines string of file patterns to process */