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

@react-dnd/asap trigger swc error env and jsc.target cannot be used together #3614

Open
guoshencheng opened this issue Jan 16, 2024 · 0 comments

Comments

@guoshencheng
Copy link

guoshencheng commented Jan 16, 2024

Describe the bug

i'm using swc with @react-dnd, my swc transform options is

{
 filename: 'path2dir/@react-dnd/asap/dist/esm/index.mjs',
  sourceMaps: true,
  jsc: {
    transform: { react: [Object], legacyDecorator: true },
    externalHelpers: true
  },
  module: { type: 'es6', noInterop: false },
  env: { loose: false, targets: [ 'chrome 55' ] }
}

i was set config.env first

but @react-dnd/asap also set swcrc by self。

it caused error

`env` and `jsc.target` cannot be used together

Expected behavior

maybe @react-dnd should remove .swcrc file when this package is publishing

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

No branches or pull requests

1 participant