GoogleChromeLabs / critters

🦔 A Webpack plugin to inline your critical CSS and lazy-load the rest.
https://npm.im/critters-webpack-plugin
Apache License 2.0
3.42k stars 108 forks source link

fix: bundling with Angular CLI and Webpack #159

Closed alan-agius4 closed 6 months ago

alan-agius4 commented 6 months ago

postcss-media-query-parser is a CommonJS (CJS) module, and its default export differs from the ECMAScript Module (ESM) format. This variance causes critters to encounter issues when bundled with webpack.