vue-clipboard3 icon indicating copy to clipboard operation
vue-clipboard3 copied to clipboard

remove "type": "module" from package.json (fix #11)

Open nekolii7 opened this issue 1 year ago • 0 comments

Solves issue #11: ReferenceError: exports is not defined in ES module scope This file is being treated as an ES module because it has a '.js' file extension and '/home/jesman/Projects/_Frontend/marketplace-customer-account-v1/node_modules/vue-clipboard3/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.

nekolii7 avatar Jan 18 '24 10:01 nekolii7