droid001

Results 4 comments of droid001

I have the same problem in a create-react-app project.

@v1p I got rid of the error by bumping up the version to 3.0.0 and got my npm version to 15.8.

I get this error when editing WebWorkers: ``` new Worker( /* webpackChunkName: "block-parser-worker" */ new URL('web-workers/blockParserWorker.js', import.meta.url) ); ``` node v16.17.2 react-scripts: 5.0.1

This would be very welcome as I've got a project which migrated to the latest CRA which runs on React 18. All the menu items rely on this project.