RuoYi
2023-08-14 d6aa40cf3b687e492fc3240650b7dafe26d48a2f
vite.config.js
@@ -35,7 +35,7 @@
          changeOrigin: true,
          rewrite: (p) => p.replace(/^\/dev-api/, '')
        }
      },
      }
    },
    //fix:error:stdin>:7356:1: warning: "@charset" must be the first rule in the file
    css: {
@@ -51,8 +51,8 @@
              }
            }
          }
        ],
      },
    },
        ]
      }
    }
  }
})