Since the version 0.8.1, the sanitize-html dependency has been added, but this package is designed for node and depends on the postcss package.
This causes two issues :
- an addition of 517 KB to the bundle size.
- ES6 code imported
Would it be possible for you to avoid this dependency ?
Thank you
Since the version
0.8.1, thesanitize-htmldependency has been added, but this package is designed for node and depends on thepostcsspackage.This causes two issues :
Would it be possible for you to avoid this dependency ?
Thank you