0.0.36 β€’ Published 2 years ago

babel-preset-alins v0.0.36

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

πŸš€ 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

2 years ago

0.0.35

2 years ago

0.0.34

2 years ago

0.0.33

2 years ago

0.0.32

2 years ago

0.0.31

2 years ago

0.0.30

2 years ago

0.0.29

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23-beta.1

2 years ago

0.0.23

2 years ago

0.0.23-beta.0

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.21-beta.0

2 years ago

0.0.20-beta.5

2 years ago

0.0.20-beta.1

2 years ago