Karl Norling

Results 2 comments of Karl Norling

I think this is the same issue as: https://github.com/parcel-bundler/lightningcss/issues/450 and being tracked here: https://github.com/css-modules/css-modules/issues/390 is that correct @devongovett?

@jaredLunde With jest 28 now supporting exports. Node and jest might interpret your resize-observer as "commonJS" module. Looking at https://nodejs.org/api/packages.html#type - not adding type: "module" it defaults to commonJS. And...