Hideyuki Okada
Hideyuki Okada
I managed to get it working in my environment by setting the following configuration. (Note: I use this with Cypress, so I'm not sure if this will work in other...
I'm experiencing the same issue. First, `loadScriptsOnMainThread` is not whitelisted in this context. https://github.com/nuxt-modules/partytown/blob/4c534d941d7e132b9cedb7fc02c3ff0fda5db9a5/src/module.ts#L61 As a result, the following code causes RegExp value to be serialized as `{}` : https://github.com/nuxt-modules/partytown/blob/4c534d941d7e132b9cedb7fc02c3ff0fda5db9a5/src/module.ts#L64...