1.11.0 • Published 4 years ago

@ts-engine/babel-preset-react v1.11.0

Weekly downloads
180
License
MIT
Repository
github
Last release
4 years ago

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.

1.11.0

4 years ago

1.10.0

4 years ago

1.9.1

4 years ago

1.9.2

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago