Skip to content

Commit

Permalink
fix: remove duplicate compilation call
Browse files Browse the repository at this point in the history
  • Loading branch information
wclr committed Dec 10, 2020
1 parent 439f1cc commit bddacaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export const makeCompiler = (
const extHandler = require.extensions[ext]!

extHandler(m, fileName)
m._compile(code, fileName)

log.debug(
fileName,
'compiled in',
Expand Down

0 comments on commit bddacaf

Please sign in to comment.