Keydonix / liquid-long

The Unlicense
8 stars 1 forks source link

Adds sideEffects bool to package.json for WebPack. #74

Closed MicahZoltu closed 5 years ago

MicahZoltu commented 5 years ago

This tells WebPack that it can take certain optimizations with the knowledge that the act of importing this module will not have side effects, thus can be done once, or multiple times without problems and without regard to current context.

Also added explicit types, even though the current value is the default, for clarity.