1.2.0 • Published 2 years ago
@nextcloud/babel-config v1.2.0
@nextcloud/babel-config
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-devUsage
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 = babelConfigRelease new version
- 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
1.2.0
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.0
4 years ago
1.0.0-beta.1
5 years ago
1.0.0-beta.0
5 years ago