
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@autoguru/babel-preset
Advanced tools
@autoguru/babel-presetAutoGuru's org-wide Babel set of presets and plugins.
yarn add --dev @autoguru/babel-preset \
@babel/core
Then, in your babel.config.js, or .babelrc file:
module.exports = {
presets: [
'@autoguru/babel-preset/web', // for browser based targets
'@autoguru/babel-preset/react', // additional presets for web based react projects
],
};
@autoguru/babel-preset is merely an alias of @autoguru/babel-preset/web.
@autoguru/babel-preset/node is for node based targets.
version (default: current) - the version of node you're targetingmodules (default: commonjs) - what module transformations to apply.debug (default: isProduction) - a boolean indicating if you want debug
information from
@babel/preset-env.corejs (default: 3) - The version of core-js to use.@autoguru/babel-preset/web is used for browser based targets, which adds
typical transformations needed to support esnext features on older browsers.
This will look for a
browserslist config file up
the tree.
modules (default: false) - if you require module transformations. False
is default as we use webpack's bundling system and want naked esmodules.debug (default: isProduction) - a boolean indicating if you want debug
information from
@babel/preset-env.corejs (default: 3) - The version of core-js to use.@autoguru/babel-preset/react is for React based projects, including
transformations for JSX. Also hoists FunctionComponents to the root, where
it can. See
@babel/plugin-transform-react-constant-elements
. You can use this alongside @autoguru/babel-preset/web.
FAQs
AutoGuru's org-wide Babel preset
The npm package @autoguru/babel-preset receives a total of 41 weekly downloads. As such, @autoguru/babel-preset popularity was classified as not popular.
We found that @autoguru/babel-preset demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies