@@ -33,7 +33,7 @@ describe('validateDistOutputTarget', () => {
33
33
type : 'dist' ,
34
34
polyfills : undefined ,
35
35
typesDir : path . join ( rootDir , 'my-dist' , 'types' ) ,
36
- transformAliasedImportPathsInCollection : false ,
36
+ transformAliasedImportPathsInCollection : true ,
37
37
isPrimaryPackageOutputTarget : false ,
38
38
} ,
39
39
{
@@ -65,7 +65,7 @@ describe('validateDistOutputTarget', () => {
65
65
collectionDir : path . join ( rootDir , 'my-dist' , 'collection' ) ,
66
66
dir : path . join ( rootDir , '/my-dist' ) ,
67
67
empty : false ,
68
- transformAliasedImportPaths : false ,
68
+ transformAliasedImportPaths : true ,
69
69
type : 'dist-collection' ,
70
70
} ,
71
71
{
@@ -223,7 +223,7 @@ describe('validateDistOutputTarget', () => {
223
223
type : 'dist' ,
224
224
polyfills : undefined ,
225
225
typesDir : path . join ( rootDir , 'my-dist' , 'types' ) ,
226
- transformAliasedImportPathsInCollection : false ,
226
+ transformAliasedImportPathsInCollection : true ,
227
227
isPrimaryPackageOutputTarget : true ,
228
228
} ,
229
229
{
@@ -255,7 +255,7 @@ describe('validateDistOutputTarget', () => {
255
255
collectionDir : path . join ( rootDir , 'my-dist' , 'collection' ) ,
256
256
dir : path . join ( rootDir , '/my-dist' ) ,
257
257
empty : false ,
258
- transformAliasedImportPaths : false ,
258
+ transformAliasedImportPaths : true ,
259
259
type : 'dist-collection' ,
260
260
} ,
261
261
{
0 commit comments