babel-preset-jwl-app
Advanced tools
Babel preset used by Jimmy's apps
Weekly downloads
Readme
This package includes the Babel preset used by Create React App.
Please refer to its documentation:
The easiest way to use this configuration is with Create React App, which includes it by default. You don’t need to install it separately in Create React App projects.
If you want to use this Babel preset in a project not built with Create React App, you can install it with following steps.
First, install Babel.
Then create a file named .babelrc
with following contents in the root folder of your project:
{
"presets": ["react-app"]
}
This preset uses the useBuiltIns
option with transform-object-rest-spread and transform-react-jsx, which assumes that Object.assign
is available or polyfilled.
Babel preset used by Jimmy's apps
The npm package babel-preset-jwl-app receives a total of 48 weekly downloads. As such, babel-preset-jwl-app popularity was classified as not popular.
We found that babel-preset-jwl-app demonstrated a healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.