fix: Make userDialog group icon background transparent #552

Closed
opened 2026-04-05 16:20:56 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Map1en on 2/12/2025

  1. userDialog group icon

    • Fixed the problem that the background of transparent group icon cannot be displayed transparently.
  2. Vue error

    • Fixed all the current error reports for vue in console, they were so annoying to refresh and debug, so I fixed them first.
  3. webpack.config.js

    • In addition webpack config add terserOptions.ecma = 2020 standard, match target = es2020

    • also add a process progress bar webpack.ProgressPlugin, add visualization.

    • And the watchOptions.ignored ignores /node_modules/

*Originally created by @Map1en on 2/12/2025* 1. userDialog group icon - Fixed the problem that the background of transparent group icon cannot be displayed transparently. 2. Vue error - Fixed all the current error reports for vue in console, they were so annoying to refresh and debug, so I fixed them first. 3. webpack.config.js - In addition webpack config add `terserOptions.ecma = 2020` standard, match `target = es2020` - also add a process progress bar `webpack.ProgressPlugin`, add visualization. - And the `watchOptions.ignored` ignores `/node_modules/`
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#552