From 330da905a86fcd00a9b4c535f85816ca1012665a Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Fri, 6 Jun 2025 11:00:51 -0400 Subject: [PATCH] avoid following console error - Uncaught ReferenceError: module is not defined --- devtools/regl_codegen/devtools.js | 2 -- devtools/test_dashboard/devtools.js | 1 - 2 files changed, 3 deletions(-) diff --git a/devtools/regl_codegen/devtools.js b/devtools/regl_codegen/devtools.js index c1c8cf8c345..d1747965c8a 100644 --- a/devtools/regl_codegen/devtools.js +++ b/devtools/regl_codegen/devtools.js @@ -158,5 +158,3 @@ function handleOnLoad() { window.close(); }); } - -module.exports = Tabs; diff --git a/devtools/test_dashboard/devtools.js b/devtools/test_dashboard/devtools.js index 1efdc39716f..39b5bc38400 100644 --- a/devtools/test_dashboard/devtools.js +++ b/devtools/test_dashboard/devtools.js @@ -269,4 +269,3 @@ function handleOnLoad() { plotFromHash(); } -module.exports = Tabs;