Hello. I am building something that would use dynamic imports. However, CF Workers does not seem to

Hello. I am building something that would use dynamic imports. However, CF Workers does not seem to like this:
const data = await import(`./data/openbeta/${platform}.json`);

I guess this is a bundler thing
Was this page helpful?