Skip to content

Commit 7ae259f

Browse files
committed
Fix merge conflict/unused variables
1 parent e8d9076 commit 7ae259f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/kbn-optimizer/src/worker/webpack.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ import * as UiSharedDeps from '@kbn/ui-shared-deps';
3232

3333
import { Bundle, WorkerConfig, parseDirPath, DisallowedSyntaxPlugin } from '../common';
3434

35-
const IS_CODE_COVERAGE = !!process.env.CODE_COVERAGE;
36-
const ISTANBUL_PRESET_PATH = require.resolve('@kbn/babel-preset/istanbul_preset');
3735
const BABEL_PRESET_PATH = require.resolve('@kbn/babel-preset/webpack_preset');
3836

3937
const STATIC_BUNDLE_PLUGINS = [

0 commit comments

Comments
 (0)