https://github.com/stackr23/babel-preset-react23
https://github.com/stackr23/babel-preset-react23
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackr23/babel-preset-react23
- Owner: stackr23
- Created: 2018-10-27T18:34:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T05:58:19.000Z (over 4 years ago)
- Last Synced: 2024-12-27T21:14:40.914Z (about 1 year ago)
- Language: JavaScript
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @stackr23/babel-preset
> __one preset to rule them all__
## Includes
__presets__
* `@babel/prset-env`
* `@babel/preset-react`
__plugins__
* `@babel/plugin-transform-runtime`
* `@babel/plugin-proposal-decorators` - `legacy: true`
* `@babel/plugin-proposal-class-properties` - `loose: true`
* `@babel/plugin-transform-react-constant-elements`
* `@babel/plugin-proposal-export-default-from'`
* `@babel/plugin-syntax-dynamic-import`
* `babel-plugin-dynamic-import-node`
## TODOS
+ dev / prod
+ some other conditional plugins/presets
+ clarify dynamic import plugins