Skip to content

Commit bb59ce7

Browse files
committed
set taip to false
1 parent 74b0927 commit bb59ce7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/browser-compile/stencil.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ export const config: Config = {
2626
},
2727
],
2828
enableCache: false,
29+
transformAliasedImportPaths: false,
2930
};

test/end-to-end/stencil.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ export const config: Config = {
6060
hashFileNames: false,
6161
buildEs5: 'prod',
6262
sourceMap: true,
63+
transformAliasedImportPaths: false,
6364
};

0 commit comments

Comments
 (0)