enesser / vCards-js

Create vCards to import contacts into Outlook, iOS, Mac OS, and Android devices from your website or application.
MIT License
419 stars 155 forks source link

fix: disable fs and path for browser usage (webpack 5 compatibility) #61

Closed josias-r closed 10 months ago

josias-r commented 2 years ago

Webpack 5 does not provide nodejs module polyfill by default. This means importing vCards-js in a webpack 5 project does not work anymore. We can define the "browsers" property inside package.json to disable nodejs modules for browser usage.

josias-r commented 2 years ago

@enesser Is this project still maintained?

vitexikora commented 10 months ago

When is it going to be released please?