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 dgp1130 committed Apr 30, 2020
1 parent d03fa5d commit 775617f
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 775617f

Please sign in to comment.