You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2020. It is now read-only.
Thank you for this package. Everything is working perfectly in development environment (without PurgeCSS). However, with this configuration, the plugin throws an error:
at Purgecss.extractSelectors (/Users/Diederik/Sites/3_CUSTOMERS/5_ONBOARD/node_modules/purgecss/lib/purgecss.js:713:43)
at Purgecss.extractFileSelector (/Users/Diederik/Sites/3_CUSTOMERS/5_ONBOARD/node_modules/purgecss/lib/purgecss.js:647:112)
at Purgecss.purge (/Users/Diederik/Sites/3_CUSTOMERS/5_ONBOARD/node_modules/purgecss/lib/purgecss.js:409:41)
at /Users/Diederik/Sites/3_CUSTOMERS/5_ONBOARD/node_modules/purgecss-webpack-plugin/lib/purgecss-webpack-plugin.js:262:79
at Array.forEach (<anonymous>)
at /Users/Diederik/Sites/3_CUSTOMERS/5_ONBOARD/node_modules/purgecss-webpack-plugin/lib/purgecss-webpack-plugin.js:231:23
at Array.forEach (<anonymous>)
[...]
Whenever I remove these lines, the build process succeeds, but too much CSS gets removed. Hence the implementation of the extractor class.
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for this package. Everything is working perfectly in development environment (without PurgeCSS). However, with this configuration, the plugin throws an error:
Whenever I remove these lines, the build process succeeds, but too much CSS gets removed. Hence the implementation of the extractor class.
Any ideas?
The text was updated successfully, but these errors were encountered: