webpack/declarations/plugins/debug/ProfilingPlugin.d.ts

13 lines
279 B
TypeScript
Raw Permalink Normal View History

/**
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn special-lint-fix` to update
*/
2018-09-20 16:13:38 +08:00
export interface ProfilingPluginOptions {
/**
* Path to the output file e.g. `profiling/events.json`. Defaults to `events.json`.
*/
outputPath?: string;
}