You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot generate module for [email protected]/dist/ulive.es.js
SyntaxError: unknown: Support for the experimental syntax 'logicalAssignment' isn't currently enabled (31:11):
29 | c = {
30 | get value() {
> 31 | e ||= effect(() => s.value = fn());
| ^
32 | return s.value
33 | }
34 | },
Add @babel/plugin-proposal-logical-assignment-operators (https://git.io/vAlRe) to the 'plugins' section of your Babel config to enable transformation.
Would it be possible to enable it?
The text was updated successfully, but these errors were encountered:
https://unpkg.com/[email protected]/dist/ulive.es.js?module gives
Would it be possible to enable it?
The text was updated successfully, but these errors were encountered: