Skip to content

Commit

Permalink
[webpack] remove util shortcut as it is unusedand causes conflicts (#…
Browse files Browse the repository at this point in the history
…8634)

The util shortcut seems to be completely unused in the code, the only place using the content of that directory references the whole path of the directory

Resolves #8577
  • Loading branch information
ridz1208 committed Apr 25, 2023
1 parent 334e7f0 commit 40079cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const optimization = {

const resolve = {
alias: {
util: path.resolve(__dirname, './htdocs/js/util'),
jsx: path.resolve(__dirname, './jsx'),
jslib: path.resolve(__dirname, './jslib'),
Breadcrumbs: path.resolve(__dirname, './jsx/Breadcrumbs'),
Expand Down

0 comments on commit 40079cb

Please sign in to comment.