This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 0d37a78ef [INLONG-7758][Dashboard] Login page display error (#7759)
0d37a78ef is described below
commit 0d37a78efd52b901a97853e751eb6eefc925173a
Author: Daniel <[email protected]>
AuthorDate: Mon Apr 3 11:23:05 2023 +0800
[INLONG-7758][Dashboard] Login page display error (#7759)
---
inlong-dashboard/craco.config.ts | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/inlong-dashboard/craco.config.ts b/inlong-dashboard/craco.config.ts
index cb84fcf81..557a0c6da 100644
--- a/inlong-dashboard/craco.config.ts
+++ b/inlong-dashboard/craco.config.ts
@@ -27,6 +27,16 @@ dotenv.config();
const config: CracoConfig = {
plugins: [
+ {
+ plugin: CracoLess,
+ options: {
+ lessLoaderOptions: {
+ lessOptions: {
+ javascriptEnabled: true,
+ },
+ },
+ },
+ },
{
plugin: CracoAliasPlugin,
options: {