TomFrost / Jexl

Javascript Expression Language: Powerful context-based expression parser and evaluator
MIT License
559 stars 90 forks source link

Run in browser? #125

Open geoffkendall opened 1 year ago

geoffkendall commented 1 year ago

Hi there, Apologies for what might be a very basic question, but I saw from the README that Jexl can work in a browser IF used with Webpack. I have no idea how to get it bundled up so that I can use it in this way. Is there anything you can point me to on how to do this? I did find one repository forked from yours which offered a version that could be included in the browser (see https://github.com/TechnologyAdvice/Jexl), but it's 7 years old. Many thanks for any help you can give, Geoff