Skip to content

Commit

Permalink
Remove EOL file-loader dependency (#17346)
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-goel authored Oct 16, 2024
1 parent a664fc8 commit c1fe1ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 82 deletions.
76 changes: 0 additions & 76 deletions web-console/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion web-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^38.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"file-loader": "^6.2.0",
"fs-extra": "^8.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
Expand Down
8 changes: 3 additions & 5 deletions web-console/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,9 @@ module.exports = env => {
},
{
test: /\.(woff|woff2|ttf|eot)$/,
use: {
loader: 'file-loader',
options: {
name: '[name].[ext]',
},
type: 'asset/resource',
generator: {
filename: 'fonts/[name].[ext]',
},
},
],
Expand Down

0 comments on commit c1fe1ac

Please sign in to comment.