Babel Macro
Offen
discussion
enhancement
good first issue
help wanted
proposal
- Vorherrschende Sprache
- JavaScript
- Sterne
- 9k
- Forks
- 181
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
It would be nice to have a babel macro that automatically runs the babel plugin to remove the runtime. That way, this project would work out of the box with "zero" config tools like create-react-app.
I'm thinking it could be something like:
```js
import {html} from 'htm/preact/macro'
```
This is similar conceptually to CSS-IN-JS libraries providing a macro for their tools. See https://emotion.sh/docs/babel-macros
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.