fix(@ngtools/webpack): export VirtualFileSystemDecorator type

We shouldn't need to export this, but webpack-rollup-loader uses it.
This commit is contained in:
Filipe Silva 2020-04-10 12:37:52 +01:00 committed by Douglas Parker
parent d03fa5dcf5
commit 775617f80c

View File

@ -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';