From bddacaf6e29b88a5359d443c7ea335763c47dc10 Mon Sep 17 00:00:00 2001 From: A O Date: Thu, 10 Dec 2020 10:26:43 +0500 Subject: [PATCH] fix: remove duplicate compilation call --- src/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.ts b/src/compiler.ts index 5393210..378c837 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -264,7 +264,7 @@ export const makeCompiler = ( const extHandler = require.extensions[ext]! extHandler(m, fileName) - m._compile(code, fileName) + log.debug( fileName, 'compiled in',