With shadow-cljs 3.3.4, I am trying to use/load strudel.cc with:
"@strudel/web": "^1.2.6",
in package.json
Result in the following error:
[:app] Build failure:
Failed to inspect file
/Users/nico/cool/mymd/node_modules/@strudel/web/dist/index.js
Errors encountered while trying to parse file
/Users/nico/cool/mymd/node_modules/@strudel/web/dist/index.js
{:message "Only an identifier or destructuring pattern is allowed here.", :line 61, :column 50074}
With shadow-cljs 3.3.4, I am trying to use/load strudel.cc with:
in package.json
Result in the following error: