Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import type { Compiler } from 'webpack';
|
||||
export declare class AllowDependencyExpressionPlugin {
|
||||
filter(error: Error): boolean;
|
||||
apply(compiler: Compiler): void;
|
||||
}
|
||||
Reference in New Issue
Block a user