pnp / pnp/vscode-cli-microsoft365
💡 [Feature]: Refactor webviews to drop vite
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 11
- Forks
- 5
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 1
Description
🎯 Aim of the feature
Currently this extension has 3 webviews which is not that bad, but the way it was done is a bit overkill. Currently each webview is a separate react app with vite that build to the extension output location. We could instead use the common approach using webpack
📷 Images (if possible) with expected result
No response
🤔 Additional remarks or comments
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the three webview React apps and their Vite build configuration, then trace how each builds to the extension output location. Review the extension's current build entry points and determine the required webpack arrangement. Done means all three webviews build through the new approach and remain usable in the VS Code extension.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, vite, webpack
- Domain
- build-system, devtools, frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100