I am having issue when I upgrade angular5 to 13. This error is seen in the browser console
scripts.js:formatted:18405 Uncaught ReferenceError: require is not defined
at scripts.js:formatted:18405
(anonymous) @ scripts.js:formatted:18405
It is pointing to the
var $6mU8w$swchelpers = require("@swc/helpers")
But I don't understand what is the issue?