@ts-engine/babel-preset-react
v1.11.0
Published
@ts-engine's React babel preset.
Downloads
33
Maintainers
Readme
A babel preset for ts-engine with React support.
Documentation
Checkout the official docs over at https://ts-engine.dev.
Getting Started
Install the package
yarn add --dev @ts-engine/babel-preset @ts-engine/babel-preset-react
Create a babel config file
// .babel.config.js
module.exports = {
presets: ["@ts-engine/babel-preset-react", "@ts-engine/babel-preset"],
};
This is applied automatically so you don't need to create this config file when you use the --react
option.