react-testing-library icon indicating copy to clipboard operation
react-testing-library copied to clipboard

fix: esm output's extension to .mjs

Open syi0808 opened this issue 7 months ago • 7 comments

What: Why: More Information: https://github.com/kentcdodds/kcd-scripts/pull/244

How: Change module field extension to .mjs and upgrade kcd-scripts after pr released.

screenshots

after this pr build output is below.

스크린샷 2024-07-12 오후 2 08 07

before change dist file and package.json

스크린샷 2024-07-12 오후 3 02 54

after change dist file and package.json

스크린샷 2024-07-12 오후 3 02 32

Checklist:

  • [ ] Documentation added to the
  • [ ] Tests
  • [ ] TypeScript definitions updated
  • [ ] Ready to be merged

Additional

I think according to https://github.com/kentcdodds/kcd-scripts/releases. We can skip breaking changes from 14, 15 versions. (v14 breaking change is about preact, v15 breaking change is about node v14)

Resolves: #1338 testing-library/user-event#1213

syi0808 avatar Jul 11 '24 15:07 syi0808