chore: remove unused code and files

This commit is contained in:
Tristan Yang
2023-08-04 21:17:50 +08:00
parent dbb1338cbe
commit 6204091c0e
6 changed files with 116 additions and 3377 deletions
-4
View File
@@ -29,10 +29,6 @@ const openBrowser = require("react-dev-utils/openBrowser");
const paths = require("../config/paths");
const configFactory = require("../config/webpack.config");
const createDevServerConfig = require("../config/webpackDevServer.config");
const getClientEnvironment = require("../config/env");
const react = require(require.resolve("react", { paths: [paths.appPath] }));
const env = getClientEnvironment(paths.publicUrlOrPath.slice(0, -1));
const useYarn = fs.existsSync(paths.yarnLockFile);
const isInteractive = process.stdout.isTTY;