Skip to content

Commit

Permalink
Remove sumoselect (used in statsgrid previously)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakarFin committed Feb 12, 2025
1 parent cec0ea4 commit 7e33760
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"script-loader": "0.7.2",
"style-loader": "2.0.0",
"styled-components": "5.3.3",
"sumoselect": "3.0.5",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "4.47.0",
"webpack-cli": "4.10.0",
Expand Down
11 changes: 0 additions & 11 deletions webpack/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,6 @@ const getModuleRules = (isProd = false, antThemeFile) => {
test: /\.js$/,
loader: require.resolve('@open-wc/webpack-import-meta-loader')
},
{
test: require.resolve('sumoselect'),
use: [{
loader: 'imports-loader',
options: {
imports: [
'side-effects sumoselect'
]
}
}]
},
BABEL_LOADER_RULE,
...styleFileRules,
{
Expand Down

0 comments on commit 7e33760

Please sign in to comment.