diff --git a/src/webpack.config.js b/src/webpack.config.js index 80a2fcf2..e2c7726b 100644 --- a/src/webpack.config.js +++ b/src/webpack.config.js @@ -77,7 +77,6 @@ function checkInvalidTsModule() { const module = tsCompilerOptions.module; const target = tsCompilerOptions.target; - console.log(module, target); return ( (module !== undefined && module === 1) || // commonjs (target !== undefined && (target === 0 || target === 1)) // es3 or es5