A shareable babel config.
npm install @episclera/babel-configA shareable babel config. Part of multipack monorepo
Site
| Getting Started
| API
| Blog


Install: npm i -D @episclera/babel-config
And in your .babelrc.js file just put this content.
``js
const { commonBabelConfig } = require('@episclera/babel-config')
module.exports = commonBabelConfig
// OR you can mix multiple configs with "mergeConfigs" util from @episclera/multipack-utils
const {
commonBabelConfig,
nextBabelConfig,
} = require('@episclera/babel-config')
const { mergeConfigs } = require('@episclera/multipack-utils')
module.exports = mergeConfigs(commonBabelConfig, nextBabelConfig)
`
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
#### Or you can sponsor via Open Collective

@episclera/multipack © Episclera, Released under the MIT License.
Authored and maintained by Episclera with help from contributors (list).
#### If you like this repository star⭐ and watch👀 on GitHub.