We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c8405 commit 8e2dfa6Copy full SHA for 8e2dfa6
lib/tasks/bundlers/generateLibraryPreload.js
@@ -7,7 +7,7 @@ function getDefaultLibraryPreloadFilters(namespace, excludes) {
7
const filters = [
8
`${namespace}/`,
9
`${namespace}/**/manifest.json`,
10
- `!${namespace}/*-preload.js`, // exclude all bundles
+ `!${namespace}/**/*-preload.js`, // exclude all bundles
11
`!${namespace}/designtime/`,
12
`!${namespace}/**/*.designtime.js`,
13
`!${namespace}/**/*.support.js`
0 commit comments