Viewing Log: redeploy_Jabed-170168_20260107_095822.log

Redeploying container: Jabed-170168
Branch: RST-169362_Carrier_Page
Remote: piyas
From gitlab.rokomari.club:piyas/rokomari120
 * branch                  RST-169362_Carrier_Page -> FETCH_HEAD
 * [new branch]            RST-169362_Carrier_Page -> piyas/RST-169362_Carrier_Page
Merge made by the 'recursive' strategy.
 .../RokomariCareerClientController.java            |  199 ++++
 .../webapp/WEB-INF/tags/200/desktop/footer.tag     |    1 +
 .../tags/200/desktop/rokomari-career-basicHtml.tag |  163 ++++
 src/main/webapp/WEB-INF/tags/200/mobile/header.tag |    3 +
 .../webapp/WEB-INF/tags/200/mobile/newHeader.tag   |    3 +
 .../WEB-INF/views/200/desktop/career-page.jsp      |  184 ++++
 .../WEB-INF/views/200/desktop/job-details.jsp      |   52 +
 .../WEB-INF/views/200/mobile/career-page.jsp       |  265 +++++
 .../WEB-INF/views/200/mobile/job-details.jsp       |   57 ++
 .../views/new/admin/hr/operation/career/create.jsp |    4 +-
 .../views/new/admin/hr/operation/career/update.jsp |    4 +-
 .../webapp/static/200/assets/common/js/common.js   |    2 +-
 .../static/200/assets/desktop/js/career-desktop.js |  255 +++++
 .../200/assets/desktop/sass/app-desktop.scss       |    1 +
 .../desktop/sass/pages/_rokomari-career.scss       |  923 ++++++++++++++++++
 .../static/200/assets/mobile/js/career-mobile.js   |  442 +++++++++
 .../static/200/assets/mobile/js/slick-mobile.js    |   24 +-
 .../static/200/assets/mobile/sass/app-mobile.scss  |    1 +
 .../assets/mobile/sass/pages/_rokomari-career.scss | 1023 ++++++++++++++++++++
 .../200/images/career/benefits/benefits-1.svg      |   10 +
 .../200/images/career/benefits/benefits-2.svg      |    4 +
 .../200/images/career/benefits/benefits-3.svg      |    3 +
 .../200/images/career/benefits/benefits-4.svg      |    3 +
 .../200/images/career/benefits/benefits-5.svg      |   11 +
 .../200/images/career/benefits/benefits-6.svg      |   11 +
 .../200/images/career/benefits/benefits-7.svg      |   10 +
 .../200/images/career/benefits/benefits-8.svg      |   11 +
 .../200/images/career/footer/career-facebook.svg   |    3 +
 .../200/images/career/footer/career-linkedin.svg   |    3 +
 .../200/images/career/footer/career-twitter.svg    |   10 +
 .../static/200/images/career/hero-image-1.png      |  Bin 0 -> 826337 bytes
 .../static/200/images/career/hero-image-2.png      |  Bin 0 -> 686088 bytes
 .../static/200/images/career/hero-image-3.png      |  Bin 0 -> 792350 bytes
 .../images/career/slider-image/slider-image-1.png  |  Bin 0 -> 757450 bytes
 .../images/career/slider-image/slider-image-2.png  |  Bin 0 -> 1008587 bytes
 .../images/career/slider-image/slider-image-3.png  |  Bin 0 -> 842041 bytes
 .../images/career/slider-image/slider-image-4.png  |  Bin 0 -> 948219 bytes
 .../images/career/slider-image/slider-image-5.png  |  Bin 0 -> 905884 bytes
 .../images/career/slider-image/slider-image-6.png  |  Bin 0 -> 734583 bytes
 .../static/200/images/career/why-us/why-us-1.svg   |   10 +
 .../static/200/images/career/why-us/why-us-2.svg   |   10 +
 .../static/200/images/career/why-us/why-us-3.svg   |   10 +
 .../static/200/images/career/why-us/why-us-4.svg   |   10 +
 webpack.desktop.config.js                          |    1 +
 webpack.desktop.prod.config.js                     |    1 +
 webpack.mobile.config.js                           |    1 +
 webpack.mobile.prod.config.js                      |    1 +
 47 files changed, 3723 insertions(+), 6 deletions(-)
 create mode 100644 src/main/java/com/ows/rokomari/web/controller200/eventController/RokomariCareerClientController.java
 create mode 100644 src/main/webapp/WEB-INF/tags/200/desktop/rokomari-career-basicHtml.tag
 create mode 100644 src/main/webapp/WEB-INF/views/200/desktop/career-page.jsp
 create mode 100644 src/main/webapp/WEB-INF/views/200/desktop/job-details.jsp
 create mode 100644 src/main/webapp/WEB-INF/views/200/mobile/career-page.jsp
 create mode 100644 src/main/webapp/WEB-INF/views/200/mobile/job-details.jsp
 create mode 100644 src/main/webapp/static/200/assets/desktop/js/career-desktop.js
 create mode 100644 src/main/webapp/static/200/assets/desktop/sass/pages/_rokomari-career.scss
 create mode 100644 src/main/webapp/static/200/assets/mobile/js/career-mobile.js
 create mode 100644 src/main/webapp/static/200/assets/mobile/sass/pages/_rokomari-career.scss
 create mode 100644 src/main/webapp/static/200/images/career/benefits/benefits-1.svg
 create mode 100644 src/main/webapp/static/200/images/career/benefits/benefits-2.svg
 create mode 100644 src/main/webapp/static/200/images/career/benefits/benefits-3.svg
 create mode 100644 src/main/webapp/static/200/images/career/benefits/benefits-4.svg
 create mode 100644 src/main/webapp/static/200/images/career/benefits/benefits-5.svg
 create mode 100644 src/main/webapp/static/200/images/career/benefits/benefits-6.svg
 create mode 100644 src/main/webapp/static/200/images/career/benefits/benefits-7.svg
 create mode 100644 src/main/webapp/static/200/images/career/benefits/benefits-8.svg
 create mode 100644 src/main/webapp/static/200/images/career/footer/career-facebook.svg
 create mode 100644 src/main/webapp/static/200/images/career/footer/career-linkedin.svg
 create mode 100644 src/main/webapp/static/200/images/career/footer/career-twitter.svg
 create mode 100644 src/main/webapp/static/200/images/career/hero-image-1.png
 create mode 100644 src/main/webapp/static/200/images/career/hero-image-2.png
 create mode 100644 src/main/webapp/static/200/images/career/hero-image-3.png
 create mode 100644 src/main/webapp/static/200/images/career/slider-image/slider-image-1.png
 create mode 100644 src/main/webapp/static/200/images/career/slider-image/slider-image-2.png
 create mode 100644 src/main/webapp/static/200/images/career/slider-image/slider-image-3.png
 create mode 100644 src/main/webapp/static/200/images/career/slider-image/slider-image-4.png
 create mode 100644 src/main/webapp/static/200/images/career/slider-image/slider-image-5.png
 create mode 100644 src/main/webapp/static/200/images/career/slider-image/slider-image-6.png
 create mode 100644 src/main/webapp/static/200/images/career/why-us/why-us-1.svg
 create mode 100644 src/main/webapp/static/200/images/career/why-us/why-us-2.svg
 create mode 100644 src/main/webapp/static/200/images/career/why-us/why-us-3.svg
 create mode 100644 src/main/webapp/static/200/images/career/why-us/why-us-4.svg

> rokomari@1.0.0 build-club /root/Source/rokomari120
> npm run build;npm run ng-build-club


> rokomari@1.0.0 build /root/Source/rokomari120
> npm i;npm run build-propertiesToJson-ds;npm run build-desktop;npm run build-mobile

npm WARN @csstools/selector-resolve-nested@1.1.0 requires a peer of postcss-selector-parser@^6.0.13 but none is installed. You must install peer dependencies yourself.
npm WARN @csstools/selector-specificity@3.1.1 requires a peer of postcss-selector-parser@^6.0.13 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-android-arm64@2.5.1 (node_modules/@parcel/watcher-android-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-android-arm64@2.5.1: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-darwin-x64@2.5.1 (node_modules/@parcel/watcher-darwin-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-darwin-x64@2.5.1: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-darwin-arm64@2.5.1 (node_modules/@parcel/watcher-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-darwin-arm64@2.5.1: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-freebsd-x64@2.5.1 (node_modules/@parcel/watcher-freebsd-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-freebsd-x64@2.5.1: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-linux-arm-glibc@2.5.1 (node_modules/@parcel/watcher-linux-arm-glibc):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-linux-arm-glibc@2.5.1: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-linux-arm-musl@2.5.1 (node_modules/@parcel/watcher-linux-arm-musl):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-linux-arm-musl@2.5.1: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-linux-arm64-glibc@2.5.1 (node_modules/@parcel/watcher-linux-arm64-glibc):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-linux-arm64-glibc@2.5.1: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-linux-arm64-musl@2.5.1 (node_modules/@parcel/watcher-linux-arm64-musl):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-linux-arm64-musl@2.5.1: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-win32-arm64@2.5.1 (node_modules/@parcel/watcher-win32-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-win32-arm64@2.5.1: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-win32-ia32@2.5.1 (node_modules/@parcel/watcher-win32-ia32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-win32-ia32@2.5.1: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @parcel/watcher-win32-x64@2.5.1 (node_modules/@parcel/watcher-win32-x64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @parcel/watcher-win32-x64@2.5.1: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

up to date in 13.283s

270 packages are looking for funding
  run `npm fund` for details


> rokomari@1.0.0 build-propertiesToJson-ds /root/Source/rokomari120
> node propertiesToJson.js imageBaseURL=https://rokbucket.rokomari.io


> rokomari@1.0.0 build-desktop /root/Source/rokomari120
> webpack --config=webpack.desktop.prod.config

Browserslist: browsers data (caniuse-lite) is 11 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: browsers data (caniuse-lite) is 11 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
assets by status 2 MiB [cached] 72 assets
assets by status 1.27 MiB [compared for emit]
  asset common-desktop.js 300 KiB [compared for emit] [minimized] [big] (name: common-desktop) 1 related asset
  asset vendor-desktop.js 100 KiB [compared for emit] [minimized] (name: vendor-desktop) 1 related asset
  asset details-desktop.js 54.1 KiB [compared for emit] [minimized] (name: details-desktop) 1 related asset
  asset eid-uthsob.js 50.4 KiB [compared for emit] [minimized] (name: eid-uthsob) 1 related asset
  asset rokx-shipping-new-desktop.js 41.8 KiB [compared for emit] [minimized] (name: rokx-shipping-new-desktop)
  asset cart-desktop.js 39.3 KiB [compared for emit] [minimized] (name: cart-desktop) 1 related asset
  asset shipping-new-desktop.js 36.4 KiB [compared for emit] [minimized] (name: shipping-new-desktop)
  asset product-entry-desktop.js 32.6 KiB [compared for emit] [minimized] (name: product-entry-desktop) 1 related asset
  asset my-section-desktop.js 30.5 KiB [compared for emit] [minimized] (name: my-section-desktop)
  + 74 assets
assets by status 1.74 MiB [emitted]
  asset ../css/bundle6-desktop.css?v=3 1.73 MiB [emitted] [minimized] [big] (name: common-desktop)
  asset career-desktop.js 5.24 KiB [emitted] [minimized] (name: career-desktop)
orphan modules 2.44 MiB (javascript) 2 MiB (asset) 4.21 KiB (runtime) [orphan] 340 modules
runtime modules 6.83 KiB 30 modules
cacheable modules 2.29 MiB (javascript) 1.8 MiB (css/mini-extract)
  modules by path ./src/main/webapp/static/200/assets/desktop/ 1.7 MiB (javascript) 1.63 MiB (css/mini-extract) 78 modules
  modules by path ./src/main/webapp/static/200/assets/common/js/*.js 59 KiB
    ./src/main/webapp/static/200/assets/common/js/bKash-payment.js 1.71 KiB [built] [code generated]
    + 11 modules
  modules by path ./node_modules/ 538 KiB (javascript) 3.31 KiB (css/mini-extract) 10 modules
  modules by path ./src/main/webapp/static/200/assets/vendor/ 178 KiB
    css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/vendor/css/bootstrap.css 154 KiB [built] [code generated]
    css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/vendor/css/bootstrap-datepicker.css 20.6 KiB [built] [code generated]
    css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/vendor/css/ion-range-slider.css 3.28 KiB [built] [code generated]
  ./src/main/webapp/static/200/applicationProperties.json 2.51 KiB [built] [code generated]

WARNING in ./node_modules/owl.carousel2/dist/assets/owl.carousel.min.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/owl.carousel2/dist/assets/owl.carousel.min.css)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 4:0-347 79:26-59
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 4, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss:4:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

4 | @import 'base/_colors-desktop.scss';


src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 5:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 5, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss:5:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

5 | @import 'base/_variables-desktop.scss';


src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 6:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 6, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss:6:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

6 | @import 'base/_typography-desktop.scss';


src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 7:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 7, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss:7:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

7 | @import 'base/_basic-desktop.scss';


src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 8:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 10, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss:10:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

10 | @import 'helpers/_media-query-desktop.scss';


src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 11:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 13, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/base/_variables-desktop.scss:13:24:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

13 | $borderStyle: 1px solid lighten($quinaryColor, 30%);


src/main/webapp/static/200/assets/desktop/sass/base/_variables-desktop.scss 14:25  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 6:9                root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 13, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/base/_variables-desktop.scss:13:24:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 50%)
color.adjust($color, $lightness: 30%)

More info: https://sass-lang.com/d/color-functions

13 | $borderStyle: 1px solid lighten($quinaryColor, 30%);


src/main/webapp/static/200/assets/desktop/sass/base/_variables-desktop.scss 14:25  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 6:9                root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 38, column 12 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_summery-highlight-desktop.scss:38:12:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

38 |             margin-bottom: 15px;


src/main/webapp/static/200/assets/desktop/sass/components/_summery-highlight-desktop.scss 39:13  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 23:9                             root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 49, column 16 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_summery-highlight-desktop.scss:49:16:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

49 |                 word-spacing: 4px;


src/main/webapp/static/200/assets/desktop/sass/components/_summery-highlight-desktop.scss 50:17  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 23:9                             root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 136, column 39 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:136:39:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

136 |       @include primary-button(#4daf7c, lighten(#4daf7c, 10));


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 137:40  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                        root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 136, column 39 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:136:39:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 19.7674418605%)
color.adjust($color, $lightness: 10%)

More info: https://sass-lang.com/d/color-functions

136 |       @include primary-button(#4daf7c, lighten(#4daf7c, 10));


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 137:40  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                        root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 324, column 4 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/pages/_home-desktop.scss:324:4:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

324 |     padding: 6px 12px;


src/main/webapp/static/200/assets/desktop/sass/pages/_home-desktop.scss 325:5  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 60:9           root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 521, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:521:8:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

521 |         margin-bottom: 22px;


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 522:9  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                       root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 522, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:522:8:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

522 |         position: relative;


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 523:9  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                       root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 781, column 34 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:781:34:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

781 |                 background-color: lighten($secondaryColor, 5);


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 782:35  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                        root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 781, column 34 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:781:34:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 8.6148648649%)
color.adjust($color, $lightness: 5%)

More info: https://sass-lang.com/d/color-functions

781 |                 background-color: lighten($secondaryColor, 5);


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 782:35  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                        root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 789, column 34 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:789:34:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

789 |                 background-color: lighten($quinaryColor, 5);


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 790:35  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                        root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 789, column 34 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:789:34:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 8.3333333333%)
color.adjust($color, $lightness: 5%)

More info: https://sass-lang.com/d/color-functions

789 |                 background-color: lighten($quinaryColor, 5);


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 790:35  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                        root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 826, column 26 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:826:26:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

826 |         background-color: lighten($secondaryColor, 5);


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 827:27  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                        root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 826, column 26 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss:826:26:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 8.6148648649%)
color.adjust($color, $lightness: 5%)

More info: https://sass-lang.com/d/color-functions

826 |         background-color: lighten($secondaryColor, 5);


src/main/webapp/static/200/assets/desktop/sass/components/_popup-modal-desktop.scss 827:27  @import
src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss 17:9                        root stylesheet
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss (./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
552 repetitive deprecation warnings omitted.
 @ ./src/main/webapp/static/200/assets/desktop/sass/app-desktop.scss
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 8:0-34

WARNING in ./src/main/webapp/static/200/assets/vendor/css/bootstrap-datepicker.css (./src/main/webapp/static/200/assets/vendor/css/bootstrap-datepicker.css.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/vendor/css/bootstrap-datepicker.css)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/vendor/css/bootstrap-datepicker.css
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 3:0-45

WARNING in ./src/main/webapp/static/200/assets/vendor/css/bootstrap.css (./src/main/webapp/static/200/assets/vendor/css/bootstrap.css.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/vendor/css/bootstrap.css)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/vendor/css/bootstrap.css
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 2:0-34

WARNING in ./src/main/webapp/static/200/assets/vendor/css/ion-range-slider.css (./src/main/webapp/static/200/assets/vendor/css/ion-range-slider.css.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/vendor/css/ion-range-slider.css)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/vendor/css/ion-range-slider.css
 @ ./src/main/webapp/static/200/assets/desktop/js/bootstrap-desktop.js 4:0-41

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  dae25eaf120d7976eca0.ttf (369 KiB)
  ../css/bundle6-desktop.css?v=3 (1.73 MiB)
  common-desktop.js (300 KiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  common-desktop (2.03 MiB)
      ../css/bundle6-desktop.css?v=3
      common-desktop.js

WARNING in webpack performance recommendations: 
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/

webpack 5.98.0 compiled with 29 warnings in 22767 ms

> rokomari@1.0.0 build-mobile /root/Source/rokomari120
> webpack --config=webpack.mobile.prod.config

Browserslist: browsers data (caniuse-lite) is 11 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: browsers data (caniuse-lite) is 11 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: browsers data (caniuse-lite) is 11 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: browsers data (caniuse-lite) is 11 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
assets by status 1.61 MiB [cached] 67 assets
assets by status 1.5 MiB [compared for emit]
  assets by path *.js 984 KiB
    asset vendor-mobile.js 100 KiB [compared for emit] [minimized] (name: vendor-mobile) 1 related asset
    asset eid-uthsob-mobile.js 49.2 KiB [compared for emit] [minimized] (name: eid-uthsob-mobile) 1 related asset
    asset rokx-shipping-new-mobile.js 42.5 KiB [compared for emit] [minimized] (name: rokx-shipping-new-mobile)
    asset details-mobile.js 41.2 KiB [compared for emit] [minimized] (name: details-mobile)
    + 82 assets
  assets by path ../css/*.css 548 KiB
    asset ../css/home-mobile-bundle6-mobile.css?v=3 374 KiB [compared for emit] [minimized] [big] (name: home-mobile)
    asset ../css/common-vendor-mobile-bundle6-mobile.css?v=3 174 KiB [compared for emit] [minimized] (name: common-vendor-mobile)
assets by status 3.4 MiB [emitted]
  asset ../css/common-mobile-bundle6-mobile.css?v=3 3.15 MiB [emitted] [minimized] [big] (name: common-mobile)
  asset common-mobile.js 245 KiB [emitted] [minimized] [big] (name: common-mobile) 1 related asset
  asset career-mobile.js 7.61 KiB [emitted] [minimized] (name: career-mobile)
orphan modules 5.21 MiB (javascript) 1.67 MiB (asset) 5.33 KiB (runtime) [orphan] 339 modules
runtime modules 6.85 KiB 30 modules
cacheable modules 2.17 MiB (javascript) 4.62 MiB (css/mini-extract)
  modules by path ./src/main/webapp/static/200/assets/mobile/js/ 1.64 MiB 80 modules
  modules by path ./src/main/webapp/static/200/assets/common/js/*.js 59 KiB
    ./src/main/webapp/static/200/assets/common/js/bKash-payment.js 1.71 KiB [built] [code generated]
    + 11 modules
  modules by path ./node_modules/ 478 KiB
    modules by path ./node_modules/gsap/*.js 322 KiB 5 modules
    + 3 modules
  css modules 4.62 MiB
    modules by path ./src/main/webapp/static/200/assets/vendor/ 178 KiB 3 modules
    modules by path ./src/main/webapp/static/200/assets/mobile/ 4.44 MiB 2 modules
  ./src/main/webapp/static/200/assets/vendor/js/read-more.js 3.59 KiB [built] [code generated]
  ./src/main/webapp/static/200/applicationProperties.json 2.51 KiB [built] [code generated]

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 2, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss:2:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

2 | @import 'base/_colors-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 3:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 3, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss:3:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

3 | @import 'base/_variables-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 4:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 4, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss:4:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

4 | @import 'base/_typography-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 5:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 5, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss:5:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

5 | @import 'base/_basic-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 6:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 7, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss:7:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

7 | @import 'helpers/_media-query-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 8:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 13, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/base/_variables-mobile.scss:13:24:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

13 | $borderStyle: 1px solid lighten($quinaryColor, 30%);


src/main/webapp/static/200/assets/mobile/sass/base/_variables-mobile.scss 14:25  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 4:9           root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 13, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/base/_variables-mobile.scss:13:24:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 50%)
color.adjust($color, $lightness: 30%)

More info: https://sass-lang.com/d/color-functions

13 | $borderStyle: 1px solid lighten($quinaryColor, 30%);


src/main/webapp/static/200/assets/mobile/sass/base/_variables-mobile.scss 14:25  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 4:9           root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 113, column 28 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:113:28:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

113 |                 background: lighten($quinaryColor, 45%);


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 114:29  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 12:9              root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 113, column 28 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:113:28:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 75%)
color.adjust($color, $lightness: 45%)

More info: https://sass-lang.com/d/color-functions

113 |                 background: lighten($quinaryColor, 45%);


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 114:29  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 12:9              root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 124, column 32 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:124:32:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

124 |                     background: lighten($quinaryColor, 45%);


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 125:33  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 12:9              root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 124, column 32 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:124:32:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 75%)
color.adjust($color, $lightness: 45%)

More info: https://sass-lang.com/d/color-functions

124 |                     background: lighten($quinaryColor, 45%);


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 125:33  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 12:9              root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 227, column 26 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss:227:26:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

227 |         background-color: lighten($primaryColor, $amount: 10);


src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss 228:27  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 13:9                      root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 227, column 26 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss:227:26:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 20%)
color.adjust($color, $lightness: 10%)

More info: https://sass-lang.com/d/color-functions

227 |         background-color: lighten($primaryColor, $amount: 10);


src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss 228:27  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 13:9                      root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 256, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss:256:24:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

256 |       background-color: lighten($primaryColor, $amount: 10);


src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss 257:25  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 13:9                      root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 256, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss:256:24:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 20%)
color.adjust($color, $lightness: 10%)

More info: https://sass-lang.com/d/color-functions

256 |       background-color: lighten($primaryColor, $amount: 10);


src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss 257:25  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 13:9                      root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 291, column 4 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:291:4:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

291 |     right: -999px;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 292:5  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 12:9             root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 323, column 16 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:323:16:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

323 |                 padding: 0;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 324:17  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 12:9              root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 323, column 16 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:323:16:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

323 |                 padding: 0;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 324:17  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 12:9              root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 323, column 16 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:323:16:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

323 |                 padding: 0;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 324:17  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 12:9              root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 324, column 16 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:324:16:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

324 |                 position: relative;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 325:17  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss 12:9              root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
275 repetitive deprecation warnings omitted.
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile-home.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/home-mobile-css.js 1:0-38

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 2, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss:2:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

2 | @import 'base/_colors-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 3:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 3, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss:3:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

3 | @import 'base/_variables-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 4:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 4, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss:4:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

4 | @import 'base/_typography-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 5:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 5, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss:5:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

5 | @import 'base/_basic-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 6:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 7, column 8 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss:7:8:
Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

7 | @import 'helpers/_media-query-mobile.scss';


src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 8:9  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 13, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/base/_variables-mobile.scss:13:24:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

13 | $borderStyle: 1px solid lighten($quinaryColor, 30%);


src/main/webapp/static/200/assets/mobile/sass/base/_variables-mobile.scss 14:25  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 4:9                root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 13, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/base/_variables-mobile.scss:13:24:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 50%)
color.adjust($color, $lightness: 30%)

More info: https://sass-lang.com/d/color-functions

13 | $borderStyle: 1px solid lighten($quinaryColor, 30%);


src/main/webapp/static/200/assets/mobile/sass/base/_variables-mobile.scss 14:25  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 4:9                root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 113, column 28 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:113:28:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

113 |                 background: lighten($quinaryColor, 45%);


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 114:29  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 13:9                   root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 113, column 28 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:113:28:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 75%)
color.adjust($color, $lightness: 45%)

More info: https://sass-lang.com/d/color-functions

113 |                 background: lighten($quinaryColor, 45%);


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 114:29  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 13:9                   root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 124, column 32 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:124:32:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

124 |                     background: lighten($quinaryColor, 45%);


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 125:33  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 13:9                   root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 124, column 32 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:124:32:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 75%)
color.adjust($color, $lightness: 45%)

More info: https://sass-lang.com/d/color-functions

124 |                     background: lighten($quinaryColor, 45%);


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 125:33  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 13:9                   root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 227, column 26 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss:227:26:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

227 |         background-color: lighten($primaryColor, $amount: 10);


src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss 228:27  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 14:9                           root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 227, column 26 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss:227:26:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 20%)
color.adjust($color, $lightness: 10%)

More info: https://sass-lang.com/d/color-functions

227 |         background-color: lighten($primaryColor, $amount: 10);


src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss 228:27  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 14:9                           root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 256, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss:256:24:
Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

256 |       background-color: lighten($primaryColor, $amount: 10);


src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss 257:25  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 14:9                           root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 256, column 24 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss:256:24:
lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 20%)
color.adjust($color, $lightness: 10%)

More info: https://sass-lang.com/d/color-functions

256 |       background-color: lighten($primaryColor, $amount: 10);


src/main/webapp/static/200/assets/mobile/sass/components/_static-buttons-mobile.scss 257:25  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 14:9                           root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 291, column 4 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:291:4:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

291 |     right: -999px;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 292:5  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 13:9                  root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 323, column 16 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:323:16:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

323 |                 padding: 0;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 324:17  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 13:9                   root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 323, column 16 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:323:16:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

323 |                 padding: 0;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 324:17  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 13:9                   root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 323, column 16 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:323:16:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

323 |                 padding: 0;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 324:17  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 13:9                   root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation Warning on line 324, column 16 of file:///root/Source/rokomari120/src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss:324:16:
Sass's behavior for declarations that appear after nested
rules will be changing to match the behavior specified by CSS in an upcoming
version. To keep the existing behavior, move the declaration above the nested
rule. To opt into the new behavior, wrap the declaration in `& {}`.

More info: https://sass-lang.com/d/mixed-decls

324 |                 position: relative;


src/main/webapp/static/200/assets/mobile/sass/components/_search-mobile.scss 325:17  @import
src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss 13:9                   root stylesheet
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss (./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
837 repetitive deprecation warnings omitted.
 @ ./src/main/webapp/static/200/assets/mobile/sass/app-mobile.scss
 @ ./src/main/webapp/static/200/assets/mobile/js/bootstrap-mobile.js 2:0-33

WARNING in ./src/main/webapp/static/200/assets/vendor/css/bootstrap-datepicker.css (./src/main/webapp/static/200/assets/vendor/css/bootstrap-datepicker.css.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/vendor/css/bootstrap-datepicker.css)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/vendor/css/bootstrap-datepicker.css
 @ ./src/main/webapp/static/200/assets/mobile/js/common-vendor-mobile-css.js 3:0-45

WARNING in ./src/main/webapp/static/200/assets/vendor/css/bootstrap.css (./src/main/webapp/static/200/assets/vendor/css/bootstrap.css.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/vendor/css/bootstrap.css)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/vendor/css/bootstrap.css
 @ ./src/main/webapp/static/200/assets/mobile/js/common-vendor-mobile-css.js 2:0-34

WARNING in ./src/main/webapp/static/200/assets/vendor/css/ion-range-slider.css (./src/main/webapp/static/200/assets/vendor/css/ion-range-slider.css.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main/webapp/static/200/assets/vendor/css/ion-range-slider.css)
Module Warning (from ./node_modules/sass-loader/dist/cjs.js):
Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api
 @ ./src/main/webapp/static/200/assets/vendor/css/ion-range-slider.css
 @ ./src/main/webapp/static/200/assets/mobile/js/common-vendor-mobile-css.js 4:0-41

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  dae25eaf120d7976eca0.ttf (369 KiB)
  ../css/home-mobile-bundle6-mobile.css?v=3 (374 KiB)
  ../css/common-mobile-bundle6-mobile.css?v=3 (3.15 MiB)
  common-mobile.js (245 KiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  home-mobile (374 KiB)
      ../css/home-mobile-bundle6-mobile.css?v=3
      home-mobile.js
  common-mobile (3.39 MiB)
      ../css/common-mobile-bundle6-mobile.css?v=3
      common-mobile.js

WARNING in webpack performance recommendations: 
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/

webpack 5.98.0 compiled with 50 warnings in 28205 ms

> rokomari@1.0.0 ng-build-club /root/Source/rokomari120
> cd ./src/main/webapp/ng-admin;npm i;npm run ng-prod;cd ../ng-ebook-reader;npm i;npm run ng-club

npm WARN @angular/common@9.1.13 requires a peer of rxjs@^6.5.3 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/core@9.1.13 requires a peer of rxjs@^6.5.3 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/forms@9.1.13 requires a peer of rxjs@^6.5.3 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/router@9.1.13 requires a peer of rxjs@^6.5.3 but none is installed. You must install peer dependencies yourself.
npm WARN angular-google-charts@0.1.6 requires a peer of @angular/core@^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angular-google-charts@0.1.6 requires a peer of @angular/common@^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN angularx-qrcode@10.0.12 requires a peer of @angular/core@^10.0.2 but none is installed. You must install peer dependencies yourself.
npm WARN bootstrap@4.6.2 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
npm WARN bootstrap@4.6.2 requires a peer of popper.js@^1.16.1 but none is installed. You must install peer dependencies yourself.
npm WARN codelyzer@4.5.0 requires a peer of @angular/compiler@>=2.3.1 <8.0.0 || >7.0.0-beta <8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN codelyzer@4.5.0 requires a peer of @angular/core@>=2.3.1 <8.0.0 || >7.0.0-beta <8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.3 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

removed 1 package and audited 1551 packages in 4.462s

142 packages are looking for funding
  run `npm fund` for details

found 150 vulnerabilities (24 low, 53 moderate, 56 high, 17 critical)
  run `npm audit fix` to fix them, or `npm audit` for details

> rokomari-ng-admin@0.0.0 ng-prod /root/Source/rokomari120/src/main/webapp/ng-admin
> ng build --output-path dist --base-href /admin/ng --deploy-url /admin/ng-admin/ng-static/ --prod

Generating ES5 bundles for differential loading...
ES5 bundle generation complete.

chunk {2} polyfills-es2015.2c5a8239a74fadbd88a0.js (polyfills) 36.1 kB [initial] [rendered]
chunk {3} polyfills-es5.2769fea4329746f48bc3.js (polyfills-es5) 130 kB [initial] [rendered]
chunk {0} runtime-es2015.9f905cd016a380966f0e.js (runtime) 1.48 kB [entry] [rendered]
chunk {0} runtime-es5.9f905cd016a380966f0e.js (runtime) 1.48 kB [entry] [rendered]
chunk {1} main-es2015.6216a9b1c2a7eb33c18c.js (main) 465 kB [initial] [rendered]
chunk {1} main-es5.6216a9b1c2a7eb33c18c.js (main) 530 kB [initial] [rendered]
chunk {4} styles.95353ff2eade1e7aea22.css (styles) 183 kB [initial] [rendered]
Date: 2026-01-07T03:59:58.442Z - Hash: 3b6e584057006aaec55c - Time: 15470ms

WARNING in ./src/app/sc/operation/sc-invoice/sc-invoice.component.scss
Module Warning (from ./node_modules/postcss-loader/src/index.js):
Warning

(245:3) end value has mixed support, consider using flex-end instead

WARNING in /root/Source/rokomari120/src/main/webapp/ng-admin/src/environments/environment.prod.ts is part of the TypeScript compilation but it's unused.
Add only entry points to the 'files' or 'include' properties in your tsconfig.
npm WARN @angular/animations@13.0.2 requires a peer of @angular/core@13.0.2 but none is installed. You must install peer dependencies yourself.
npm WARN ajv-keywords@3.5.2 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
npm WARN karma-jasmine-html-reporter@1.7.0 requires a peer of jasmine-core@>=3.8 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-spinner@13.0.0 requires a peer of @angular/core@^13.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-spinner@13.0.0 requires a peer of @angular/common@^13.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-android-arm64@0.13.8 (node_modules/esbuild-android-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-android-arm64@0.13.8: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-arm64@0.13.8 (node_modules/esbuild-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-arm64@0.13.8: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-darwin-64@0.13.8 (node_modules/esbuild-darwin-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-darwin-64@0.13.8: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-64@0.13.8 (node_modules/esbuild-freebsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-64@0.13.8: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-freebsd-arm64@0.13.8 (node_modules/esbuild-freebsd-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-freebsd-arm64@0.13.8: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-32@0.13.8 (node_modules/esbuild-linux-32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-32@0.13.8: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-arm@0.13.8 (node_modules/esbuild-linux-arm):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-arm@0.13.8: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-mips64le@0.13.8 (node_modules/esbuild-linux-mips64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-mips64le@0.13.8: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-arm64@0.13.8 (node_modules/esbuild-linux-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-arm64@0.13.8: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-linux-ppc64le@0.13.8 (node_modules/esbuild-linux-ppc64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-linux-ppc64le@0.13.8: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-netbsd-64@0.13.8 (node_modules/esbuild-netbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-netbsd-64@0.13.8: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-openbsd-64@0.13.8 (node_modules/esbuild-openbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-openbsd-64@0.13.8: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-32@0.13.8 (node_modules/esbuild-windows-32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-32@0.13.8: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-sunos-64@0.13.8 (node_modules/esbuild-sunos-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-sunos-64@0.13.8: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-64@0.13.8 (node_modules/esbuild-windows-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-64@0.13.8: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: esbuild-windows-arm64@0.13.8 (node_modules/esbuild-windows-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for esbuild-windows-arm64@0.13.8: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 2027 packages in 6.125s

148 packages are looking for funding
  run `npm fund` for details

found 168 vulnerabilities (23 low, 73 moderate, 62 high, 10 critical)
  run `npm audit fix` to fix them, or `npm audit` for details

> muthoboi-web@0.0.0 ng-club /root/Source/rokomari120/src/main/webapp/ng-ebook-reader
> ng build --output-path ebook-reader --base-href /reader --deploy-url /ng-ebook-reader/ng-static/

- Generating browser application bundles (phase: setup)...
✔ Browser application bundle generation complete.
✔ Browser application bundle generation complete.
- Copying assets...
✔ Copying assets complete.
- Generating index html...
✔ Index html generation complete.

Initial Chunk Files                             | Names         |      Size
vendor.js                                       | vendor        |   4.37 MB
styles.css                                      | styles        | 140.99 kB
polyfills.js                                    | polyfills     | 125.55 kB
main.js                                         | main          |  24.44 kB
runtime.js                                      | runtime       |  12.86 kB

| Initial Total |   4.66 MB

Lazy Chunk Files                                | Names         |      Size
src_app_features_book_book_module_ts.js         | -             |   2.57 MB
node_modules_firebase_auth_dist_index_esm_js.js | -             | 255.67 kB

Build at: 2026-01-07T04:00:21.355Z - Hash: 02681ec660dc64540391 - Time: 12213ms

Warning: /root/Source/rokomari120/src/main/webapp/ng-ebook-reader/node_modules/epubjs-rok-ebook/src/book.js depends on 'event-emitter'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Warning: /root/Source/rokomari120/src/main/webapp/ng-ebook-reader/node_modules/epubjs-rok-ebook/src/managers/views/iframe.js depends on 'marks-pane'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Warning: /root/Source/rokomari120/src/main/webapp/ng-ebook-reader/node_modules/epubjs-rok-ebook/src/utils/core.js depends on '@xmldom/xmldom'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Warning: /root/Source/rokomari120/src/main/webapp/ng-ebook-reader/src/app/core/services/enc.service.ts depends on 'crypto-js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Warning: /root/Source/rokomari120/src/main/webapp/ng-ebook-reader/src/app/core/services/reader-setting.service.ts depends on 'rxjs/internal/operators/map'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies


[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.ows.rokomari:rokomari:war:200
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.google.api-client:google-api-client:jar -> version 1.31.1 vs 2.0.0 @ line 649, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ---------------------< com.ows.rokomari:rokomari >----------------------
[INFO] Building rokomari 200
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ rokomari ---
[INFO] Deleting /root/Source/rokomari120/target
[INFO] 
[INFO] --- proctor-maven-plugin:1.9.51:generate (proctor-generate) @ rokomari ---
[INFO] Building resources for com.ows.rokomari.specification
log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rokomari ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 10 resources
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /root/Source/rokomari120/target/generated-resources/proctor
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rokomari ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3517 source files to /root/Source/rokomari120/target/classes
[INFO] /root/Source/rokomari120/src/main/java/com/ows/rokomari/service/GooglePlayService.java: Some input files use or override a deprecated API.
[INFO] /root/Source/rokomari120/src/main/java/com/ows/rokomari/service/GooglePlayService.java: Recompile with -Xlint:deprecation for details.
[INFO] /root/Source/rokomari120/src/main/java/com/ows/rokomari/facility/app/EmailService.java: Some input files use unchecked or unsafe operations.
[INFO] /root/Source/rokomari120/src/main/java/com/ows/rokomari/facility/app/EmailService.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ rokomari ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rokomari ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to /root/Source/rokomari120/target/test-classes
[INFO] /root/Source/rokomari120/src/test/java/com/ows/rokomari/facility/ProPurchaseFacilityImplTest.java: /root/Source/rokomari120/src/test/java/com/ows/rokomari/facility/ProPurchaseFacilityImplTest.java uses or overrides a deprecated API.
[INFO] /root/Source/rokomari120/src/test/java/com/ows/rokomari/facility/ProPurchaseFacilityImplTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ rokomari ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:3.2.3:war (default-war) @ rokomari ---
[INFO] Packaging webapp
[INFO] Assembling webapp [rokomari] in [/root/Source/rokomari120/target/rokomari-200]
[INFO] Processing war project
[INFO] Copying webapp resources [/root/Source/rokomari120/src/main/webapp]
[INFO] Webapp assembled in [33601 msecs]
[INFO] Building war: /root/Source/rokomari120/target/rokomari-200.war
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:13 min
[INFO] Finished at: 2026-01-07T10:01:36+06:00
[INFO] ------------------------------------------------------------------------
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:06 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:07 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:08 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:09 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:10 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:11 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:12 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:13 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:14 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:15 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:16 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:17 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:18 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:19 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:20 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:21 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:22 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:23 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:24 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:25 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:26 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:27 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:28 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:29 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:30 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:31 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:32 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:33 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:34 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:35 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:36 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:37 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:38 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:39 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:40 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:41 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:42 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:43 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:44 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:45 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:46 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:47 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:48 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:49 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:50 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:51 --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:52 --:--:--     0         Rokomari.com | Online Shopping for Books, Electronics, Gadgets, Personal Care, Beauty Products, Lifestyle & More                                  
Read Rokomari eBook

শুধুই আপনার জন্য

মোবাইল এক্সেসরিজ

Winter Bonanza

prize book-reading point

সাপ্তাহিক সেরা ই-বই

loading

Weekly Popular Authors

Subscribe and be a part of Rokomari and get exciting offers!

Please enter a valid email address.

cash

Cash on delivery

Pay cash at your doorstep

service

Delivery

All over Bangladesh

return

Happy return

7 days return facility

Redeploy complete for RST-169362_Carrier_Page

Back to Logs list