We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3399ae commit e825224Copy full SHA for e825224
test/karma/test-sibling/stencil.config.ts
@@ -6,6 +6,7 @@ export const config: Config = {
6
outputTargets: [
7
{
8
type: 'dist',
9
+ transformAliasedImportPathsInCollection: false,
10
},
11
],
12
globalScript: 'src/global.ts',
0 commit comments