#z

9 messages · Page 1 of 1 (latest)

glad sundial
#

Dynamic Code Evaluation (e. g. 'eval', 'new Function', 'WebAssembly.compile') not allowed in Edge Runtime

#

that's the error for you

#

a third party library you import might be using it

#

there goes your chance of using it in the edge

#

webpack doesnt care

#

as long as the modules you import use it

#

it's not allowed

#

you likely can reimplement its logic with a simple fetch

#

look up its documentation on how to do so