When you import a Phaser 3 module and run the Node.js web application the following error is displayed
Uncaught TypeError: _helpers_formUtil__WEBPACK_IMPORTED_MODULE_6___default.a is not a constructor
Make sure the imported module and all dependent modules imported by that module has the following class definition format
export default class MY_CLASS_NAME {