2.2.1 • Published 4 years ago
@dawnjs/babel-preset-dawn v2.2.1
@dawnjs/babel-preset-dawn
Usage
In .babelrc :
{
"presets": [
[
"@dawnjs/babel-preset-dawn",
{
"typescript": true,
"react": {
"development": true
}
}
]
]
}Options
| Name | Type | Description |
|---|---|---|
| typescript | boolean | Whether support typescript or not |
| env | object | Options pass to @babel/preset-env |
| react | boolean | object | Whether support react or not. If pass object, it's options pass to @babel/preset-react |
| reactRequire | boolean | Whether include babel-plugin-react-require or not |
| transformRuntime | object | Options pass to @babel/plugin-transform-runtime, disabled if not set it |
2.2.1
4 years ago
2.2.0
4 years ago
2.1.4
5 years ago
2.1.3
5 years ago
2.1.5
5 years ago
2.1.2
5 years ago
2.1.1
5 years ago
2.1.0
5 years ago
2.0.2
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
2.0.0-alpha.3
5 years ago
2.0.0-alpha.2
5 years ago
2.0.0-alpha.1
5 years ago
2.0.0-alpha.0
5 years ago