0.5.0 • Published 2 years ago

@labd/babel-preset-react v0.5.0

Weekly downloads
81
License
MIT
Repository
-
Last release
2 years ago

@labd/babel-preset-react


Preset used for transpiling TypeScript code to bundled code compatible with our definition of done.

Usage

Install @labd/babel-preset-react and add a .babelrc.js file with the following content to the root of your project:

    yarn add --dev @babel/core @labd/babel-preset-react
 const presets = [
     "@labd/babel-preset-react",
 ]