I receive error: Error parsing bundle asset "...": Cannot read properties of undefined (reading 'arguments') inside the file of parseUtils.js line 254:
const minId = isOptimizedArray ? // Get the [minId] value from the Array() call first argument literal value
node.callee.object.arguments[0].value : // `0` for simple array
0;
node.callee.object is undefined which throws an error.
Issue description
I receive error:
Error parsing bundle asset "...": Cannot read properties of undefined (reading 'arguments')
inside the file ofparseUtils.js
line 254:node.callee.object
is undefined which throws an error.Technical info
Debug info
I generate json from webpack:
and try to analyse it using this CLI:
npx webpack-bundle-analyzer dist/stats.json