Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T23:54:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T12:55:39.998Z (about 1 month 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"]
}
```