
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
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

Author
@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.