Hello,
we have an issue with gatsby build
. The issue only happens with gatsby build
, gatsby develop
is working fine.
The error starts after the update of the gatsby-source-prismic plugin. We update the version from 3 to 5.
Here is our gatsby-node.js (4.4 KB).
The error message is:
failed Building static HTML for pages - 2.565s
ERROR #95313
Building static HTML failed for path "/de-de"
See our docs page for more info on this error: https://gatsby.dev/debug-html
14 | var arr = new Array(times);
15 | for (var i = 0; i < arr.length; i++) {
> 16 | arr[i] = s;
| ^
17 | }
18 | return arr.join('');
19 | }
WebpackError: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-m
inified dev environment for full errors and additional helpful warnings.
- utils.js:16
[webmatch-website-gatsby]/[@formatjs]/ecma402-abstract/lib/utils.js:16:1
- utils.js:12
[webmatch-website-gatsby]/[@formatjs]/ecma402-abstract/lib/utils.js:12:1
- utils.js:23
[webmatch-website-gatsby]/[@formatjs]/ecma402-abstract/lib/utils.js:23:1
- static-entry.js:294
webmatch-website-gatsby/.cache/static-entry.js:294:22
Does anyone have an idea?
Thank you