-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defining importScriptsTransform
causes DataCloneError
#105
Comments
This happens in the browser (not the build) right? What is the full stack trace? Why is it trying to |
Hmm, actually seems to be in node-land: https://github.com/nodejs/node/blob/v14.13.0/lib/internal/worker.js#L298 IS that the full stack trace you provided above? I would expect at least a little more context there... |
I updated it with more context and stack trace |
Nice, that is really useful! I had originally gotten confused by the Can you whip up a reproduction that is largely a |
Hi @emattias, we moved that option from |
After updating ember to
3.21.3
we start getting a DataCloneError when theimportScriptsTransform
function is defined inember-cli-build
If you cant have functions in the app config is there some other way to send the function to the addon? Here's a workaround used by
trackJs
for a similar problem.The text was updated successfully, but these errors were encountered: