gtgalone / react-quilljs

React Hook Wrapper for Quill, powerful rich text editor.
https://www.npmjs.com/package/react-quilljs
MIT License
247 stars 28 forks source link

2.0.3v remove commonjs option in package.json. #88

Closed rabbitson87 closed 4 months ago

rabbitson87 commented 4 months ago

The "type" option was removed from the package.json file to correct the status quo

that had failed because the compiled file was not recognized as an esm during the npm run build in nextjs.

gtgalone commented 4 months ago

Thanks @rabbitson87 !

I just published your pr.