parallel.js
parallel.js copied to clipboard
Impossible to use evalPath with Next.js
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.
):
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',...})