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!
npm install @nextcloud/babel-config --save-dev
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
- Bump the package version with
npm version
- Push version bump commit
- Create a new release with proper changelog https://github.com/nextcloud-libraries/babel-config/releases/new