Skip to content

Commit

Permalink
set taip to false
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaskiewicz committed Jun 2, 2023
1 parent 9baccfa commit db4944f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/browser-compile/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ export const config: Config = {
},
],
enableCache: false,
transformAliasedImportPaths: false,
};
1 change: 1 addition & 0 deletions test/end-to-end/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ export const config: Config = {
hashFileNames: false,
buildEs5: 'prod',
sourceMap: true,
transformAliasedImportPaths: false,
};

0 comments on commit db4944f

Please sign in to comment.