Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@guidecx/config-babel
Advanced tools
Configuration files for babel used in GuideCX applications
GCX Babel Config
This module contains the configuration files for Babel that are used by all GuideCX applications.
NOTE: This package is dependent on a project having typescript
installed (and by extension the
tsc
command).
The index.js
file exports our babel configuration. In the project you are adding this
configuration file to, you can do the following in your babel.config.js
file assuming you have
installed the dependency via npm install --save-dev @guidecx/config-babel
:
module.exports = {
extends: '@guidecx/config-babel',
};
Then, in your tsconfig.json
file add the following rule:
"noEmit": true
If everything is set up correctly, you should be able to use babel transpilations in your code. Check the official documentation for troubleshooting.
FAQs
Configuration files for babel used in GuideCX applications
The npm package @guidecx/config-babel receives a total of 3 weekly downloads. As such, @guidecx/config-babel popularity was classified as not popular.
We found that @guidecx/config-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.
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.