1.11.0 • Published 5 years ago

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

Weekly downloads
180
License
MIT
Repository
github
Last release
5 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

5 years ago

1.10.0

5 years ago

1.9.1

5 years ago

1.9.2

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago