Skip to content

Commit

Permalink
[INTERNAL] Task generateLibraryPreload: Exclude component preload art…
Browse files Browse the repository at this point in the history
…efacts from library preload
  • Loading branch information
flovogt committed Jun 14, 2022
1 parent f448567 commit 1cb0915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/bundlers/generateLibraryPreload.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function getDefaultLibraryPreloadFilters(namespace, excludes) {
const filters = [
`${namespace}/`,
`${namespace}/**/manifest.json`,
`!${namespace}/*-preload.js`, // exclude all bundles
`!${namespace}/**/*-preload.js`, // exclude all bundles
`!${namespace}/designtime/`,
`!${namespace}/**/*.designtime.js`,
`!${namespace}/**/*.support.js`
Expand Down

0 comments on commit 1cb0915

Please sign in to comment.