Skip to content

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 06:50
· 181 commits to main since this release

npm bundle size

npm i @uiw/react-textarea-code-editor@1.4.2

v1.4.1...v1.4.2

  • 🐞 fix: add esm in package.json 00d5df9

Change the package directory.

β”œβ”€β”€ cjs
β”œβ”€β”€ esm
└── dist.css

package.json

"main": "cjs/index.js",
"module": "esm/index.js",