cz-customizable icon indicating copy to clipboard operation
cz-customizable copied to clipboard

ES6 support

Open danielgroen opened this issue 2 years ago • 2 comments

Hi,

I run this command on es6: "type": "module" in my package json. However when i refer to the standalone.js i get the notification that i can't use require(); Since i don't use commonjs

Can you also build a es6 export?

Note: there was nothing wrong with my config file since i used the default config. afbeelding

danielgroen avatar Jan 05 '23 13:01 danielgroen

May be you can use .cjs

linpengteng avatar Jun 26 '23 03:06 linpengteng

https://github.com/leoforfree/cz-customizable/issues/199

rainTai avatar Jul 27 '23 02:07 rainTai