New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guidecx/config-babel

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guidecx/config-babel

Configuration files for babel used in GuideCX applications

  • 0.0.1-alpha.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-57.14%
Maintainers
3
Weekly downloads
 
Created
Source

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).

Installing library into another project

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

Package last updated on 24 Sep 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc