aceakash / string-similarity

Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
MIT License
2.52k stars 124 forks source link

CommonJS causing optimization bailouts #128

Open TheGameKnave opened 1 year ago

TheGameKnave commented 1 year ago

Warning: [some/module.ts] depends on 'string-similarity'. CommonJS or AMD dependencies can cause optimization bailouts.

Is it possible to have an es6 version? It would be nice to avoid this kind of thing: https://web.dev/commonjs-larger-bundles/