2020-05-12 21:58:14 +08:00
|
|
|
/*
|
2018-09-18 19:57:44 +08:00
|
|
|
* 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-18 19:57:44 +08:00
|
|
|
*/
|
|
|
|
|
2018-09-20 16:13:38 +08:00
|
|
|
export interface ProfilingPluginOptions {
|
2018-09-18 19:57:44 +08:00
|
|
|
/**
|
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`.
|
2018-09-18 19:57:44 +08:00
|
|
|
*/
|
|
|
|
outputPath?: string;
|
|
|
|
}
|