@irvingjs/babel-preset-irving
v6.16.0
Published
Babel preset for working with irving
Downloads
521
Readme
Irving Babel Preset
This package contains a preset for babel required for core irving and development/testing of irving packages/plugins.
Usage
Include in the presets
array of your babel config:
{
presets: [
'@irvingjs/irving'
],
}