While everything compiles and bundles successfully, a TypeError is encountered in the browser: "box2dweb_commonjs_1.default is undefined." No errors occur when starting webpack-dev-server and reviewing the bundle at http://localhost:8080/webpack-dev-server/. The project can be found on GitHub at https://github.com/paboulos/ts-loader_box2d What could be causing this issue with the bundle?