You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@nextcloud/babel-config

Package Overview
Dependencies
Maintainers
13
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/babel-config

Babel shared config for nextcloud apps

1.2.0
latest
Source
npmnpm
Version published
Weekly downloads
7.5K
-36.09%
Maintainers
13
Weekly downloads
 
Created
Source

@nextcloud/babel-config

npm last version Dependabot status

This is a package containing the unified global babel config used by all nextcloud apps. It contains the necessary dependencies and peerDependencies so that other apps cannot update if this config does not support it. Please always use dependabot to update your apps, OR pay attention to the peer dependencies error messages!

Installation

npm install @nextcloud/babel-config --save-dev

Usage

Add a file babel.config.js in the root directory of your app repository with the following content:

const babelConfig = require('@nextcloud/babel-config')

module.exports = babelConfig

Release new version

Keywords

babel

FAQs

Package last updated on 16 May 2024

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