Skip to content

Commit

Permalink
Merge branch 'development' into ui-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Fedyantceva committed Jan 20, 2025
2 parents 0279ca5 + 322eae2 commit 6bc9993
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config-overrides.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
const webpack = require("webpack");
const path = require("path");
const { aliasWebpack, configPaths } = require("react-app-alias");

const aliasMap = configPaths("./jsconfig.json");

const options = {
alias: aliasMap,
alias: {
...aliasMap,
"@commonComponents": path.resolve(__dirname, "src/assets/thirdPartyServices/common/"),
"@standardComponents": path.resolve(__dirname, "src/assets/thirdPartyServices/standardComponents/"),
"@integratedComponents": path.resolve(__dirname, "src/components/common/"),
},
};

module.exports = function override(config) {
Expand Down

0 comments on commit 6bc9993

Please sign in to comment.