-
Hi, I haven’t found any documentation on this issue and I don’t quite understand how I can avoid specifying entry in the webpack config if I only need remote entry? I try to build app that contains only remote entry point |
Beta Was this translation helpful? Give feedback.
Answered by
krutoo
Feb 20, 2024
Replies: 1 comment
-
It possible by passing empty object to "entry" field of webpack config, thanks @barabaiiika |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
krutoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It possible by passing empty object to "entry" field of webpack config, thanks @barabaiiika