Open
Description
This is to inform people who use webpack in their apps.
Webpack build configs with the default jsonpFunction name will not be able to use this library.
You will see something like this:
Solution
Modify your webpack output config like this:
{
"output":{
"jsonpFunction":"myAppJSONPcallback",
"library":"myApp"
}
}
Recommendation for Wolfram
You could apply the same config at your end so that this won't be an issue for others
Metadata
Metadata
Assignees
Labels
No labels