cshaa/filtrex

client-side dist filtrex.js ?

Closed this issue · 3 comments

Need to use it in a browser. Thank you for any advice.

cshaa commented

Hey @smartsl,
Currently, you have to use a bundler like Webpack or Rollup in order to use filtrex in a browser. However, I agree that more options should be available – I'll see what I can do.

cshaa commented

I've added a gulp script that compiles filtrex for Common JS, ES Modules and the browser. Check out the new version and let me know if it worked for you. You're probably interested in the browser.min.js file.

The browser.min.js works well.