@theforeman/babel
v3.2.2
Published
Adds theforeman babel configuration to your project
Downloads
4
Readme
@theforeman/babel
Adds theforeman babel configuration to your project
Installation
- Install
@theforeman/babel
dependency
npm install --save-dev @theforeman/babel
- Create a
.babelrc.js
file at your project root folder and use@theforeman/babel
as a preset.
module.exports = {
presets: [require.resolve('@theforeman/babel')],
};
Contributing
Please checkout the contributing.md
, the roadmap.md
and the open issues.