![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@jitesoft/babel-preset-main
Advanced tools
Babel preset with configurations for Jitesoft projects.
Main preset for Jitesoft javascript projects which uses babel.
Includes the following presets and plugins:
@babel/preset-env
@babel/plugin-proposal-async-do-expressions
@babel/plugin-proposal-decorators
@babel/plugin-proposal-export-default-from
@babel/plugin-proposal-function-bind
@babel/plugin-proposal-partial-application
@babel/plugin-proposal-pipeline-operator
@babel/plugin-proposal-record-and-tuple
@babel/plugin-proposal-throw-expressions
@babel/plugin-transform-object-assign
@babel/plugin-transform-runtime
@babel/runtime-corejs3
@babel/plugin-proposal-regexp-modifiers
Requires corejs (v 3+)
and @babel/core
.
This preset uses the same options as preset-env including the options that the different
plugins have.
Other than those, the following options are possible to use:
exclude
- Takes an array of plugins that should NOT be used (full plugin name including @babel
) (defaults to []
).mode
- Flags build mode (web
, node
or undefined for default).
node
will set the targets value to node >= 14
.web
will set the targets value to defaults
.undefined/default
will set the targets value to defaults, node >= 12
.recordAndTuple
syntaxType
(defaults to 'hash)polyfill
(defaults to false)polyfillModuleName
(defaults to peerDependency @bloomberg/record-tuple-polyfill
)decorators
version
(defaults to 2023-01
)pipeline
poposal
(defaults to hack
)topicToken
(defaults to ^^
)When excluding plugins and presets, the values checked are not the whole name with scope and all. So you
can use shorter forms in your exclude array.
The following values are checked with a indexOf
check:
preset-env => @babel/preset-env
decorators => @babel/plugin-proposal-decorators
transform-runtime => @babel/plugin-transform-runtime
partial-application => @babel/plugin-proposal-partial-application
throw-expressions => @babel/plugin-proposal-throw-expressions
async-do-expressions => @babel/plugin-proposal-async-do-expressions
function-bind => @babel/plugin-proposal-function-bind
pipeline-operator => @babel/plugin-proposal-pipeline-operator
record-and-tuple => @babel/plugin-proposal-record-and-tuple
export-default-from => @babel/plugin-proposal-export-default-from
object-assign => @babel/plugin-transform-object-assign
regexp-modifiers => @babel/plugin-proposal-regexp-modifiers
FAQs
Babel preset with configurations for Jitesoft projects.
The npm package @jitesoft/babel-preset-main receives a total of 43 weekly downloads. As such, @jitesoft/babel-preset-main popularity was classified as not popular.
We found that @jitesoft/babel-preset-main demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.