0.0.36 β’ Published 3 years ago
babel-preset-alins v0.0.36
π Alins: The most pure and elegant WebUI framework
δΈζ | Documentation | Playground | Update Log | Feedback Errors/Defects | Gitee | Message Board
babel-preset-alins
Alins babel default comes with jsx and typescript translation functions. After installation, use it in babel.config.json or babel.config.js:
{
"presets": [ "alins" ]
}Supports importType, ts, and jsx parameters. The importType and ts parameters have the same meaning as in 5; the jsx parameter indicates whether to enable jsx translation, and the default is true.
{
"presets": [
["alins", {
"importType": "esm",
"ts": false,
"jsx": true
}]
]
}0.0.36
3 years ago
0.0.35
3 years ago
0.0.34
3 years ago
0.0.33
3 years ago
0.0.32
3 years ago
0.0.31
3 years ago
0.0.30
3 years ago
0.0.29
3 years ago
0.0.28
3 years ago
0.0.27
3 years ago
0.0.26
3 years ago
0.0.25
3 years ago
0.0.24
3 years ago
0.0.23-beta.1
3 years ago
0.0.23
3 years ago
0.0.23-beta.0
3 years ago
0.0.22
3 years ago
0.0.21
3 years ago
0.0.21-beta.0
3 years ago
0.0.20-beta.5
3 years ago
0.0.20-beta.1
3 years ago