An open API service indexing awesome lists of open source software.

https://github.com/atomikui/babel-config-atomikui

The babel configuration for @atomikui/core
https://github.com/atomikui/babel-config-atomikui

Last synced: about 1 year ago
JSON representation

The babel configuration for @atomikui/core

Awesome Lists containing this project

README

          

# babel-config-atomikui

The babel configuration for @atomikui/core

### installation

```javascript
// with npm
npm install babel-config-atomikui

// with yarn
yarn add babel-config-atomikui
```

### Usage

Include via .babelrc.js

```javascript
module.exports = require("babel-config-atomikui");
```