We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VirtualFileSystemDecorator
1 parent fb2d7ee commit 4773e13Copy full SHA for 4773e13
packages/ngtools/webpack/src/index.ts
@@ -12,7 +12,4 @@ export { ngcLoader as default } from './loader';
12
13
export const NgToolsLoader = __filename;
14
15
-// We shouldn't need to export this, but webpack-rollup-loader uses it.
16
-export type { VirtualFileSystemDecorator } from './virtual_file_system_decorator';
17
-
18
export * as ivy from './ivy';
0 commit comments