jantimon / jantimon/cpuprofile-webpack-plugin
add an option to open generated html
Open
- Dominant language
- TypeScript
- Stars
- 156
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
something like
```js
new CpuProfilerWebpackPlugin({
open: true, // it can be default
})
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the CpuProfilerWebpackPlugin options and the code path that generates the HTML output. Trace how plugin options are handled and identify the existing test or verification path for generated HTML; done means an opt-in open setting works without changing the default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100