1.1.2 • Published 2 months ago

@yoast/babel-preset v1.1.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 months ago

@yoast/babel-preset

This package aims to provide a Babel preset for building Yoast packages.

Usage

// babel.config.js
module.exports = {
    presets: [ "@yoast/babel-preset" ],
    // Your custom configuration.
};