Eli Edds
Eli Edds
I am getting the same error in 3.1.4
This is because as of Angular 10.0, Angular will output a warning for all CommonJS dependencies, as they impact the tree-shaking of applications (this link explains it: [https://web.dev/commonjs-larger-bundles/](https://web.dev/commonjs-larger-bundles/)). To fix...
I'd be happy to help implement this! I think it could best be presented as a setup command (`rw setup rest`), which could setup a new function similar to the...
Would dotnet core work?
I am not talking about packaging it, but they could download binaries from the Microsoft site. It is also not propriety, it is open source. [https://github.com/dotnet/core](https://github.com/dotnet/core)
I took a look at implementing this. It seems like the main problem is the routing logic is driven by the browser's current address (and that is the first step...
I just saw the activity related to converting the router to use suspense here: https://github.com/redwoodjs/redwood/pull/8392. Will that supersede this issue? I don't want to implement a fix here and then...