We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9798835 commit e2e3318Copy full SHA for e2e3318
packages/app/src/sandbox/eval/transpilers/babel/index.js
@@ -47,7 +47,6 @@ class BabelTranspiler extends WorkerTranspiler {
47
// dependencies from the file and return the same code. We get the dependencies
48
// with a regex since commonjs modules just have `require` and regex is MUCH
49
// faster than generating an AST from the code.
50
- console.log(path, shouldTranspile(code, path));
51
if (
52
(loaderContext.options.simpleRequire ||
53
path.startsWith('/node_modules')) &&
0 commit comments