Cesium webpack repo on github broken

If anyone has a good way to bundle without mangling the function names please share. I guess webpack support is over?

cesium__WEBPACK_IMPORTED_MODULE_4__
Tried the webpack sample cant seem to get it working correctly.
cesium__WEBPACK_IMPORTED_MODULE_4__.createOsmBuildings is not a function
@webpack://cesiumjs-webpack-example/./src/index.js?:23:87
./src/index.js@http://localhost:8081/app.js:1069:1
webpack_require@http://localhost:8081/app.js:14330:33
@http://localhost:8081/app.js:15539:56
@http://localhost:8081/app.js:15541:12

Some of the functions have changed. I was able to use node 12 and remove the terrain and building functions and get the viewer to build.

Hi @TangoGIS,

createOsmBuildings was deprecated in 1.107. Please use createOsmBuildingsAsync instead. A full list of the deprecated functions and their replacements are available here.