material-ui-confirm icon indicating copy to clipboard operation
material-ui-confirm copied to clipboard

package this library also as UMD

Open zivl opened this issue 1 year ago • 1 comments

today there are 2 output files:

  • material-ui-confirm.cjs.js
  • material-ui-confirm.esm.js

Unfortunately none of them can be used as UMD in the browser A broader use case - would be to use this library as external in webpack and other package tools out there...

zivl avatar Mar 28 '23 09:03 zivl

A PR adding umd to the rollup config is welcome :)

jonatanklosko avatar Mar 29 '23 10:03 jonatanklosko