Skip to content

Commit

Permalink
chore(webpack-cli): remove stale imports from configGroup (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Mar 9, 2020
1 parent e273303 commit b93ffe4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/webpack-cli/lib/groups/ConfigGroup.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
const { existsSync } = require('fs');
const { resolve, sep, dirname, parse } = require('path');
const { extensions } = require('interpret');
const { logger } = require('@webpack-cli/logger');
const { packageExists, promptInstallation } = require('@webpack-cli/package-utils');
const GroupHelper = require('../utils/GroupHelper');
const chalk = require('chalk');
const rechoir = require('rechoir');

const DEFAULT_CONFIG_LOC = [
Expand Down

0 comments on commit b93ffe4

Please sign in to comment.