You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
Remove workaround. Remove deprecated url-loader.
This commit is contained in:
@@ -21,10 +21,3 @@
|
||||
padding: unset !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* Temporary workaround to get FontAwesome icons working.
|
||||
* Should be updated if AdminLTE is updated to use the same version.
|
||||
* This workaround can be removed if someone gets the icons working
|
||||
* again via the plugins included with AdminLTE
|
||||
*/
|
||||
@import url("//use.fontawesome.com/releases/v5.15.3/css/all.css");
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"node-sass": "^6.0.1",
|
||||
"sass-loader": "^12.1.0",
|
||||
"select2": "^4.0.13",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack": "^5.50.0",
|
||||
"webpack-cli": "^4.7.2"
|
||||
}
|
||||
|
||||
@@ -30,10 +30,6 @@ module.exports = {
|
||||
test: /\.css$/,
|
||||
use: [css.loader, 'css-loader']
|
||||
},
|
||||
{
|
||||
test: /\.woff($|\?)|\.woff2($|\?)|\.ttf($|\?)|\.eot($|\?)|\.svg($|\?)/,
|
||||
use: ['url-loader']
|
||||
},
|
||||
{
|
||||
// Exposes jQuery for use outside Webpack build
|
||||
test: require.resolve('jquery'),
|
||||
|
||||
Reference in New Issue
Block a user