Skip to content

Commit 775617f

Browse files
filipesilvadgp1130
authored andcommittedApr 30, 2020
fix(@ngtools/webpack): export VirtualFileSystemDecorator type
We shouldn't need to export this, but webpack-rollup-loader uses it.
1 parent d03fa5d commit 775617f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎packages/ngtools/webpack/src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ export * from './interfaces';
1111
export { ngcLoader as default } from './loader';
1212

1313
export const NgToolsLoader = __filename;
14+
15+
// We shouldn't need to export this, but webpack-rollup-loader uses it.
16+
export type { VirtualFileSystemDecorator } from './virtual_file_system_decorator';

0 commit comments

Comments
 (0)
Please sign in to comment.