Skip to content

Commit

Permalink
doc: add documentation for assetExtensions configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Ifeanyichukwu authored and Harrison Ifeanyichukwu committed Aug 30, 2023
1 parent 8df9e64 commit 3d93d72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 3d93d72

Please sign in to comment.