https://github.com/devsht/babel-config
Reusable Babel config
https://github.com/devsht/babel-config
babel babel-preset config configs configuration configuration-files react reusability reusable styled-components typescript
Last synced: 2 months ago
JSON representation
Reusable Babel config
- Host: GitHub
- URL: https://github.com/devsht/babel-config
- Owner: devsht
- License: mit
- Created: 2021-04-10T22:48:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T23:54:15.000Z (over 3 years ago)
- Last Synced: 2025-03-04T10:48:41.401Z (over 1 year ago)
- Topics: babel, babel-preset, config, configs, configuration, configuration-files, react, reusability, reusable, styled-components, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@devsht/babel-config
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @devsht/babel-config
Reusable Babel config with TypeScript & React support
## Installation
```
npm i -D @devsht/babel-config
```
or
```
yarn add --dev @devsht/babel-config
```
## Usage
Create a **babel.config.json** and add this package to the presets array.
```
{
"presets": ["@devsht/babel-config"]
}
```