Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-babel-preset

Package Overview
Dependencies
Maintainers
26
Versions
1390
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-babel-preset

A UI babel preset made by Instructure Inc.

  • 7.4.2-snapshot.471
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
591
decreased by-77.44%
Maintainers
26
Weekly downloads
 
Created
Source

category: packages

ui-babel-preset

npm  build-status  MIT License  Code of Conduct

A UI component library made by Instructure Inc.

Installation

yarn add @instructure/ui-babel-preset

Usage

In your .babelrc file:

{
  "presets": ["@instructure/ui-babel-preset"]
}

To pass in more options, you can make your own preset:

/* babelrc.js */
module.exports = {
  presets: [[ require('@instructure/ui-babel-preset'), {
    coverage: true,
    esModules: true,
    removeConsole: false,
    transformImports: false
  }]]
}

FAQs

Package last updated on 23 Mar 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