Skip to content

Commit

Permalink
fix(@ngtools/webpack): export VirtualFileSystemDecorator type
Browse files Browse the repository at this point in the history
We shouldn't need to export this, but webpack-rollup-loader uses it.
  • Loading branch information
filipesilva authored and gregmagolan committed Apr 16, 2020
1 parent ffce320 commit e1bc6e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ngtools/webpack/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ export * from './interfaces';
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';

0 comments on commit e1bc6e1

Please sign in to comment.