universe icon indicating copy to clipboard operation
universe copied to clipboard

Babel presets 'next/babel' and '@adeira/babel-preset-adeira' cannot be used together

Open mrtnzlml opened this issue 3 years ago • 0 comments

This is a follow-up after these PRs/issues:

  • https://github.com/adeira/universe/commit/1c5d0b46ea5f0814a6d3b3f1566c2b7d8d68e908
  • https://github.com/adeira/universe/pull/1805

Basically, we have issues using these two presets together (for example, crashing on Missing class properties transform when running yarn workspaces @adeira/example-relay test-bc and with the explicit @babel/plugin-proposal-class-properties we cannot write declare in our JS code).

This possibly requires creating a small reproducible code and getting in touch with Next.js team to figure out what do to.

mrtnzlml avatar Feb 23 '21 21:02 mrtnzlml