From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- .../webpack/declarations/plugins/debug/ProfilingPlugin.d.ts | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 node_modules/webpack/declarations/plugins/debug/ProfilingPlugin.d.ts (limited to 'node_modules/webpack/declarations/plugins/debug') diff --git a/node_modules/webpack/declarations/plugins/debug/ProfilingPlugin.d.ts b/node_modules/webpack/declarations/plugins/debug/ProfilingPlugin.d.ts deleted file mode 100644 index d3cd664..0000000 --- a/node_modules/webpack/declarations/plugins/debug/ProfilingPlugin.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -/** - * This file was automatically generated. - * DO NOT MODIFY BY HAND. - * Run `yarn special-lint-fix` to update - */ - -export interface ProfilingPluginOptions { - /** - * Path to the output file e.g. `profiling/events.json`. Defaults to `events.json`. - */ - outputPath?: string; -} -- cgit v1.2.3