"message": "Module not found: Error: Can't resolve 'querystring' in 'C:\\xxx\\xxx\\submission\\node_modules\\@msdyn365-commerce\\core-internal\\dist\\lib\\components\\image'\n\nBREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.\nThis is no longer the case. Verify if you need this module and configure a polyfill for it.\n\nIf you want to include a polyfill, you need to:\n\t- add a fallback 'resolve.fallback: { \"querystring\": require.resolve(\"querystring-es3\") }'\n\t- install 'querystring-es3'\nIf you don't want to include a polyfill, you can use an empty module like this:\n\tresolve.fallback: { \"querystring\": false }",
Can you check if this is because of the node task? Trying the following version condition which might resolve the issue.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.