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

13 lines
300 B
TypeScript
Raw Permalink Normal View History

/*
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
2025-05-02 00:16:09 +08:00
* Run `yarn fix:special` to update
*/
2018-09-20 16:13:38 +08:00
export interface ProfilingPluginOptions {
/**
2019-08-08 02:18:03 +08:00
* Path to the output file e.g. `path.resolve(__dirname, 'profiling/events.json')`. Defaults to `events.json`.
*/
outputPath?: string;
}