mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 02:58:04 +08:00
fix(@ngtools/webpack): export VirtualFileSystemDecorator type
We shouldn't need to export this, but webpack-rollup-loader uses it.
This commit is contained in:
parent
d03fa5dcf5
commit
775617f80c
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user