sqrl-lang / sqrl

A safe, stateful rules language for event streams
Apache License 2.0
113 stars 10 forks source link

Disable code optimization #16

Closed qix closed 1 year ago

qix commented 1 year ago

Problem

SQRL uses the function names to register functions.

Solution

Perhaps we should pass them in as arguments, but that can be a later discussion. For now disable the minification.

Result

WebSQRL should work on vercel again