@episclera/babel-config
v1.13.0
Published
A shareable babel config.
Downloads
145
Readme
Usage
Install: npm i -D @episclera/babel-config
And in your .babelrc.js
file just put this content.
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)
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or you can sponsor via Open Collective
Author
@episclera/multipack © Episclera, Released under the MIT License. Authored and maintained by Episclera with help from contributors (list).