Skip to content

Commit

Permalink
refactor(@ngtools/webpack): remove export of `VirtualFileSystemDecora…
Browse files Browse the repository at this point in the history
…tor` type

This was only needed for the rollup loader.
  • Loading branch information
alan-agius4 authored and clydin committed Feb 9, 2021
1 parent fb2d7ee commit 4773e13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ngtools/webpack/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ export { ngcLoader as default } from './loader';

export const NgToolsLoader = __filename;

// We shouldn't need to export this, but webpack-rollup-loader uses it.
export type { VirtualFileSystemDecorator } from './virtual_file_system_decorator';

export * as ivy from './ivy';

0 comments on commit 4773e13

Please sign in to comment.