update devDeps, fix bootstrap icons

This commit is contained in:
marudor 2022-01-28 14:14:06 +01:00
parent a9d83a0ca8
commit 4c96e268b0
No known key found for this signature in database
GPG Key ID: 914085684F88D2C1
4 changed files with 1182 additions and 1150 deletions

View File

@ -35,7 +35,8 @@
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.3.0",
"postcss-loader": "^5.3.0",
"sass": "^1.35.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.0",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.2",

View File

@ -22,7 +22,7 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
@import "~bootstrap/scss/bootstrap";
@import "~bootstrap-icons/font/bootstrap-icons.css";
@import "~bootstrap-icons/font/bootstrap-icons";
@import "~tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4";
@import "~select2/src/scss/core";
@import "~select2-bootstrap-5-theme/src/include-all";

View File

@ -74,9 +74,13 @@ module.exports = {
},
},
},
{
loader: 'resolve-url-loader',
},
{
loader: 'sass-loader',
options: {
sourceMap: true,
sassOptions: {
quietDeps: true
}

2323
yarn.lock

File diff suppressed because it is too large Load Diff