Webpack plugin for better DX
Open
RFC
- Dominant language
- TypeScript
- Stars
- 75
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
## Proposal
Need implement webpack plugin for better DX:
1. Not run manually builds tokens
2. Not storage locally result **css** files
## Use case
```js
module.exports = {
plugins: [
new ThemekitWebpackPlugin({ ... }),
]
}
```
Contributor guide
Research direction
No files or tests are named. Start by tracing the repository's existing design-token build flow and how a webpack plugin would fit the shown configuration; done means builds no longer need to be run manually and generated CSS results are not stored locally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100