Skip to content

Commit 4773e13

Browse files
alan-agius4clydin
authored andcommitted
refactor(@ngtools/webpack): remove export of VirtualFileSystemDecorator type
This was only needed for the rollup loader.
1 parent fb2d7ee commit 4773e13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/ngtools/webpack/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@ export { ngcLoader as default } from './loader';
1212

1313
export const NgToolsLoader = __filename;
1414

15-
// We shouldn't need to export this, but webpack-rollup-loader uses it.
16-
export type { VirtualFileSystemDecorator } from './virtual_file_system_decorator';
17-
1815
export * as ivy from './ivy';

0 commit comments

Comments
 (0)