packages/compiler-webpack/lib/WebpackCompilerAdapter.ts
Function compile
has 45 lines of code (exceeds 30 allowed). Consider refactoring. Open
Open
compile (options: CompilerAdapterCompileOptionsInterface, callback: CompilerCallbackType): void {
// Retrieve 'webpack' package
const webpack = require('webpack')
// Build Webpack configuration
TODO found Open
Open
// TODO: Think if it shouldn't be Buffer instead
- Exclude checks
TODO found Open
Open
// TODO: Handle code from in-memory FS?
- Exclude checks