Skip to content

Commit 2bbb380

Browse files
authored
Update config.mjs
1 parent 620eaed commit 2bbb380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generators/web/utils/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function createConfigSource(input) {
8383
...omitKeys(
8484
config,
8585
// These are keys that are large, and not needed by components, so we ignore them
86-
['changelog', 'index', 'imports', 'virtualImport']
86+
['changelog', 'index', 'imports', 'virtualImports']
8787
),
8888
version,
8989
versions: buildVersionEntries(config.changelog, pageURL),

0 commit comments

Comments
 (0)