Skip to content

Commit

Permalink
chore: remove stale code (#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Jan 9, 2021
1 parent ff2b2b3 commit 767fe6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions packages/generators/src/utils/index.ts
Expand Up @@ -4,7 +4,6 @@ import plugins, { replaceAt, generatePluginName } from './plugins';
import styleQuestionHandler, { StylingType, LoaderName, StyleRegex, Loader } from './styleSupport';
import tooltip from './tooltip';
import validate from './validate';
import { getDefaultOptimization } from './webpackConfig';

export {
entryQuestions,
Expand All @@ -22,5 +21,4 @@ export {
Loader,
tooltip,
validate,
getDefaultOptimization,
};
30 changes: 0 additions & 30 deletions packages/generators/src/utils/webpackConfig.ts

This file was deleted.

0 comments on commit 767fe6b

Please sign in to comment.