parallel.js icon indicating copy to clipboard operation
parallel.js copied to clipboard

Impossible to use evalPath with Next.js

Open Johnrobmiller opened this issue 3 years ago • 1 comments

evalPath looks for the eval.js file in the project directory on the client side, but on Next.js the project directory is never served to the client, so it's impossible to set evalPath.

):

Johnrobmiller avatar Sep 04 '22 14:09 Johnrobmiller

evalPath looks for the eval.js file in the project directory on the client side, but on Next.js the project directory is never served to the client, so it's impossible to set evalPath.

):

new Parallel(data, {evalPath: 'your/path/to/eval.js',...})

Dexus avatar Nov 20 '24 14:11 Dexus