Javascript – Error in build file (babel-node): ReferenceError: require is not defined in ES module scope, you can use import instead
EDIT: Minimal Reproducible Code attached below I am able to successfully build an old codebase of ours but when running the code using node ui/dist/server, I am getting an error: ReferenceError: require is not defined in ES module scope, you…