We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d9076 commit 7ae259fCopy full SHA for 7ae259f
1 file changed
packages/kbn-optimizer/src/worker/webpack.config.ts
@@ -32,8 +32,6 @@ import * as UiSharedDeps from '@kbn/ui-shared-deps';
32
33
import { Bundle, WorkerConfig, parseDirPath, DisallowedSyntaxPlugin } from '../common';
34
35
-const IS_CODE_COVERAGE = !!process.env.CODE_COVERAGE;
36
-const ISTANBUL_PRESET_PATH = require.resolve('@kbn/babel-preset/istanbul_preset');
37
const BABEL_PRESET_PATH = require.resolve('@kbn/babel-preset/webpack_preset');
38
39
const STATIC_BUNDLE_PLUGINS = [
0 commit comments