Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
babel-preset-amex
Advanced tools
Standard babel preset for American Express
Want to get paid for your contributions to babel-preset-amex
?
Send your resume to oneamex.careers@aexp.com
npm install --save-dev babel-preset-amex
.babelrc
file{
"presets": ["amex"]
}
By default babel-preset-amex
will transpile for the "last 2 versions", "not dead" browsers, and CommonJS module syntax.
{
"presets": [[
"amex",
{
"serverOnly": true,
"modern": true,
"moduleFormat": "esm"
}
]]
}
serverOnly
- Will transpile only for node.
modern
- Will transpile for common browsers n-1.
moduleFormat
- Will transpile to ECMAScript module syntax. Any string other than "esm"
will transpile to CommonJS module syntax.
Babel Preset Amex includes the following:
Presets
Plugins
If you wish to re-configure any of those presets do not redefine them
within your .babelrc
. Instead you can configure them through the
amex
preset.
{
"presets": [
[
"amex",
{
"preset-env": {},
"preset-react": {}
}
]
]
}
We welcome Your interest in the American Express Open Source Community on Github. Any Contributor to any Open Source Project managed by the American Express Open Source Community must accept and sign an Agreement indicating agreement to the terms below. Except for the rights granted in this Agreement to American Express and to recipients of software distributed by American Express, You reserve all right, title, and interest, if any, in and to Your Contributions. Please fill out the Agreement.
Please feel free to open pull requests and see CONTRIBUTING.md to learn how to get started contributing.
Any contributions made under this project will be governed by the Apache License 2.0.
This project adheres to the American Express Community Guidelines. By participating, you are expected to honor these guidelines.
FAQs
Standard babel preset for American Express
The npm package babel-preset-amex receives a total of 256 weekly downloads. As such, babel-preset-amex popularity was classified as not popular.
We found that babel-preset-amex demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.