npm package diff
Package: @forge/bundler
Versions: 6.0.0-next.13 - 6.0.0-next.14
File: package/out/stub-plugin.d.ts
Index: package/out/stub-plugin.d.ts
===================================================================
--- package/out/stub-plugin.d.ts
+++ package/out/stub-plugin.d.ts
@@ -1,16 +0,0 @@
-import webpack, { Compiler } from 'webpack';
-interface StubPluginOptions {
- modules: string[];
- placeholder?: string;
- stub: string;
-}
-export declare class StubPlugin implements webpack.WebpackPluginInstance {
- private modules;
- private placeholder;
- private stub;
- constructor({ modules, placeholder, stub }: StubPluginOptions);
- apply(compiler: Compiler): void;
- private getDeclaration;
-}
-export {};
-//# sourceMappingURL=stub-plugin.d.ts.map
\ No newline at end of file