1.1.1 • Published 3 months ago

@yoast/babel-preset v1.1.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 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.
};