Webpack export issue #1176
Answered
by
alldayalone
alldayalone
asked this question in
Q&A
-
I got this warning and can't see the page (webpack is not compiled correctly) Maybe it's because of the fact that react-query has "react" folder inside and it cannot resolve the module (webpack/webpack#4817 (comment)) but I don't know how to solve it, can somebody help me? |
Beta Was this translation helpful? Give feedback.
Answered by
alldayalone
Oct 15, 2020
Replies: 1 comment
-
I was right about the folder naming. Together with custom |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alldayalone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was right about the folder naming. Together with custom
resolve
in webpack configuration, it caused this problem.