taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.11k stars 107 forks source link

Add 'sideEffects: false' bundler hint in package.json #116

Closed shauntc closed 3 years ago

shauntc commented 3 years ago

Some bundlers use the 'sideEffects' key in a package's package.json as a hint that the package does not have impactful side effects when the module is imported