Production build fails only on Gitlab CI #9672
-
I know how it sounds. My app is using But for some completely unknown reason, the same process fails with this error: My first thought was, "Let's try to reproduce this locally". So I created a simple Docker file with the same spec:
And it works flawlessly. I'm stuck. I extracted some data from this error:
This is some internal Rollup error parsing / formatting function
Thank you for your help, Rafał |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OK, the problem was that I did not set up env variables in GitLab CI. Totally my fault, but it's interesting how build process fails in such case. |
Beta Was this translation helpful? Give feedback.
OK, the problem was that I did not set up env variables in GitLab CI. Totally my fault, but it's interesting how build process fails in such case.