@finos/babel-preset-legend-studio
v2.0.79
Published
Legend Studio Babel preset
Downloads
538
Readme
@finos/babel-preset-legend-studio
This preset includes the following presets and plugins:
And with the development
option:
React
support adds:
Options
const { development, useTypescript, useReact } = opts;
development
boolean
, defaults to false
This toggles behavior specific to development:
React
support will turn onfast-refresh
for files withJSX
.
useTypescript
boolean
, defaults to false
This toggles support for Typescript. Note that babel
does not do type-checking (i.e. it only strips away type annotations and transpile files to Javascript) nor generating type definition files.
useReact
boolean
, defaults to false
This toggles support for React. Note that we use automatic
for runtime option, which auto-import functions from React@17
that helps with transforming JSX.