Webflow devlink sync didn't bring over _Builtin and utils

Trying to integrate devlink into a react project that’s not next.js.

ran npx webflow devlink sync and got the components, but they seem to have imports that haven’t synced.

import * as _Builtin from “./_Builtin”;
import * as _utils from “./utils”;

Webpack isn’t able to resolve either of the imports.

I also don’t see a few other files such as interactions.js or types.js in the sync directory that can be seen in the examples sync directory here devlink-weather-app/devlink at main · Webflow-Examples/devlink-weather-app · GitHub