using multi select with webpack( vendor.js) loki is not defined
Hello
The multi select directive was throwing below exception because it can't find the lokijs reference.
ReferenceError: loki is not defined
at new Engine (eval at ../node_modules/angular-multi-select/dist/prod/angular-multi-select.js (vendor.bundle.js:862),
i managed to fix the issue by adding var loki = require('lokijs')
is there a way around this issue? if not can you release a patch for this Thanks
added this to our index.html page instead of adding a require and installing it. This is also in the docs here: http://alexandernst.github.io/angular-multi-select/#/getting-started
<script src="https://cdnjs.cloudflare.com/ajax/libs/lokijs/1.3.16/lokijs.min.js"></script>