@nextcloud/babel-config

1.0.0 • Public • Published

@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

  1. Bump the package version with npm version
  2. Push version bump commit
  3. Create a new release with proper changelog https://github.com/nextcloud/babel-config/releases/new

Readme

Keywords

Package Sidebar

Install

npm i @nextcloud/babel-config

Weekly Downloads

6,180

Version

1.0.0

License

AGPL-3.0-or-later

Unpacked Size

2.55 kB

Total Files

3

Last publish

Collaborators

  • susnux
  • pytal
  • gretadoci
  • mejo-
  • artonge
  • max-nextcloud
  • st3iny
  • marcoambrosinii
  • icewind1991
  • skjnldsv
  • christophwurst
  • juliushaertl
  • nickvergessen