Skip to content

Commit

Permalink
chore(webpack): remove webpackAliases since baseUrl isn't set in our …
Browse files Browse the repository at this point in the history
…tsconfig
  • Loading branch information
LeoMcA committed May 9, 2024
1 parent b143bee commit 2edfa21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
41 changes: 0 additions & 41 deletions client/config/modules.js

This file was deleted.

2 changes: 0 additions & 2 deletions client/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import ModuleNotFoundPlugin from "react-dev-utils/ModuleNotFoundPlugin.js";
import ReactRefreshWebpackPlugin from "@pmmmwh/react-refresh-webpack-plugin";

import paths from "./paths.js";
import modules from "./modules.js";
import getClientEnvironment from "./env.js";
import createEnvironmentHash from "./webpack/persistentCache/createEnvironmentHash.js";

Expand Down Expand Up @@ -279,7 +278,6 @@ function config(webpackEnv) {
"react-dom$": "react-dom/profiling",
"scheduler/tracing": "scheduler/tracing-profiling",
}),
...(modules.webpackAliases || {}),
},
plugins: [
// Prevents users from importing files from outside of src/ (or node_modules/).
Expand Down

0 comments on commit 2edfa21

Please sign in to comment.