
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@mrbuilder/plugin-babel
Advanced tools
This plugin provides babel support to mrbuilder. It allows for configuration via .babelrc or via normal mrbuilder configuration methods. It also provides support for babel to webpack via babel-loader
The default babel configuration:
Property | Type | Default | Description |
---|---|---|---|
hot | bool | false | Turns hot loading supoprt for hmr usually automatically |
test | regex | /.jsx?$/ | Webpack module test to transpile |
includes | arrayOf: string,regex | ./src,./public,./test | Webpack module includes option |
use | object | {use:{loader:'babel-loader}} | Allows for a different babel-loader |
<babel_plugin> | object | configure babel plugins | |
cacheDirectory | bool or string | true | use the cache directory to speed up builds. |
To use Babel 7 will need to set the babelVersion to 7 and include the mrbuilder-plugin-babel-7 plugin in your configuration, and you should exclude the mrbuilder-plugin-babel-6 while your at it
{
mrbuilder:{
"plugins": [
"mrbuilder-plugin-babel-7"
]
}
}
FAQs
Tools for developing babel with mrbuilder
We found that @mrbuilder/plugin-babel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.