Closed josias-r closed 1 year 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.
@enesser Is this project still maintained?
When is it going to be released please?
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.