WhenI follow the detailed setup instruction here (with this fix), I get a working scene. But when I specify 5.0.0-alpha.14 instead of ^4.2.0 in package.json, then npm i, and then rerun everything my terminal blows up with errors, things like below. Are there special config settings for v5.0.0, or any updated setup instructions?
Given how the change is a one liner and there seems to have been relatively extensive discussion on webpack 5.0.0-beta.30 Module not found: Error: Can't resolve '../../core-js/object/define-property' Issue #11467 webpack/webpack GitHub it seems unlikely it will be changed without significant pushback from major libraries
Related threads on the typescript repo: Provide a way to add the '.js' file extension to the end of module specifiers Issue #16577 microsoft/TypeScript GitHub Provide a way to add the '.js' file extension to the end of module specifiers Issue #16577 microsoft/TypeScript GitHub
Perhaps things have gotten better over the past year (I encountered a lot of things I needed that were a work in progress) , but from a brief google I can see that some issues are still unresolved such as Invalidate cache when using import Issue #307 nodejs/modules GitHub
3a8082e126