Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: exposes babel config via payload/babel #203

Merged
merged 5 commits into from
Jun 21, 2021

Conversation

jmikrut
Copy link
Member

@jmikrut jmikrut commented Jun 20, 2021

Description

Exposes the Payload babel.config.js for re-use by developers. Closes #202

Example:

import { config } from 'payload/babel`
  • I have read and understand the CONTRIBUTING.md document in this repository

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • Existing test suite passes locally with my changes
  • I have made corresponding changes to the documentation

@jmikrut jmikrut changed the title feat: exposes babel config via payload/config feat: exposes babel config via payload/babel Jun 20, 2021
@DanRibbens DanRibbens merged commit 67c1e28 into master Jun 21, 2021
@DanRibbens DanRibbens deleted the feature/expose-babel-config branch October 12, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The babel.config.js is exposed, but refers to a source file not available
2 participants