Skip to content

Commit 767fe6b

Browse files
authored
chore: remove stale code (#2337)
1 parent ff2b2b3 commit 767fe6b

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

packages/generators/src/utils/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import plugins, { replaceAt, generatePluginName } from './plugins';
44
import styleQuestionHandler, { StylingType, LoaderName, StyleRegex, Loader } from './styleSupport';
55
import tooltip from './tooltip';
66
import validate from './validate';
7-
import { getDefaultOptimization } from './webpackConfig';
87

98
export {
109
entryQuestions,
@@ -22,5 +21,4 @@ export {
2221
Loader,
2322
tooltip,
2423
validate,
25-
getDefaultOptimization,
2624
};

packages/generators/src/utils/webpackConfig.ts

-30
This file was deleted.

0 commit comments

Comments
 (0)