You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried running master-labeled docker image and the issue still persists there
I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
I am running mvn clean install -Pprod -DskipTests command at the root and react build fails with the following error
vite v4.0.0 building for production...
[INFO] transforming...
[INFO] â?? 3 modules transformed. [INFO] â?? 3 modules transformed.[vite]: Rollup failed to resolve import "components/App" from "C:/RealTime2/plt-realtime-kafka-ui/kafka-ui-react-app/src/index.tsx".
[INFO] This is most likely unintended because it can break your application at runtime.
[INFO] If you do want to externalize this module explicitly add it to
[INFO] build.rollupOptions.external
[INFO] error during build:
[INFO] Error: [vite]: Rollup failed to resolve import "components/App" from "C:/RealTime2/plt-realtime-kafka-ui/kafka-ui-react-app/src/index.tsx".
[INFO] This is most likely unintended because it can break your application at runtime.
[INFO] This is most likely unintended because it can break your application at runtime.â??ELIFECYCLEâ?? Command failed with exit code 1.
[INFO] If you do want to externalize this module explicitly add it to
[INFO] build.rollupOptions.external
Expected behavior
No response
Your installation details
mvn clean install -Pprod -DskipTests
Steps to reproduce
run mvn clean install -Pprod -DskipTests at the root level
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
I am running mvn clean install -Pprod -DskipTests command at the root and react build fails with the following error
vite v4.0.0 building for production...
[INFO] transforming...
[INFO] â?? 3 modules transformed.
[INFO] â?? 3 modules transformed.[vite]: Rollup failed to resolve import "components/App" from "C:/RealTime2/plt-realtime-kafka-ui/kafka-ui-react-app/src/index.tsx".
[INFO] This is most likely unintended because it can break your application at runtime.
[INFO] If you do want to externalize this module explicitly add it to
[INFO]
build.rollupOptions.external
[INFO] error during build:
[INFO] Error: [vite]: Rollup failed to resolve import "components/App" from "C:/RealTime2/plt-realtime-kafka-ui/kafka-ui-react-app/src/index.tsx".
[INFO] This is most likely unintended because it can break your application at runtime.
[INFO] This is most likely unintended because it can break your application at runtime.â??ELIFECYCLEâ?? Command failed with exit code 1.
[INFO] If you do want to externalize this module explicitly add it to
[INFO]
build.rollupOptions.external
Expected behavior
No response
Your installation details
mvn clean install -Pprod -DskipTests
Steps to reproduce
run mvn clean install -Pprod -DskipTests at the root level
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: