Skip to content

Commit

Permalink
chore: update build comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Nov 30, 2024
1 parent d42f405 commit 3f980c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ export default async (config = {}) => {
* Render the markup.
*
* Merging a custom `components` object to make sure that file extensions from both
* `build.content` * and * `components.fileExtension` are used for components.
* `build.content` * and * `components.fileExtension` are used when scanning for
* component files.
*/
const userComponentFileExtensions = get(config, 'components.fileExtension', ['html'])

Expand Down

0 comments on commit 3f980c6

Please sign in to comment.