Fix mocking dev modules in new Turbopack version
This commit is contained in:
gbuomprisco
2025-04-10 14:02:02 +08:00
parent af84676454
commit 765cef8736
4 changed files with 24 additions and 10 deletions

View File

@@ -5,8 +5,16 @@
It allows the development server to load faster by not loading the modules that are not needed.
*/
// Turnstile
export const Turnstile = undefined;
export const TurnstileProps = {};
// Baselime
export const useBaselimeRum = undefined;
export const BaselimeRum = undefined;
// Sentry
export const captureException =() => ({});
export const captureEvent = () => ({});
export const setUser = () => ({});
export const init = () => ({});