TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

Conflict with other js library #354

Open DNCONSULTANTS opened 2 years ago

DNCONSULTANTS commented 2 years ago

The first statement "var e, t;" enters in conflict with another js library which has same variable declaration "let e,t;" This lead to a JS error : Identifier 'e' has already been declared

folknor commented 2 years ago

Just import the non-minimized version and let your own build pipeline resolve it.