Jolyn

Results 264 comments of Jolyn

My current priority is rewriting single-spa-vue. With sponsorship, I would be able to prioritize working on this in the next week or so. My guess is that single-spa-angular@10 (which is...

I plan to work on this, but have to prioritize work that is funded. If your organization is able to fund the work, the timeline can be accelerated.

I recently released [email protected] and @node-loader/[email protected], now am working on refactoring single-spa-layout to typescript and updating it to use a new lifecycle method for server-side rendering, and then update the...

If the single-spa open collective or my GitHub sponsors receive at least a few hundred dollars, I will prioritize this work. Otherwise, my priorities will remain in work that could...

@Sergei-TOL would you be willing to fund development of this feature? I charge $250/hr, billed to the minute.

The cause of the error is that `vuetify/components` is not in the import map.

The error indicates that something is trying to load `vuetify/components` as a runtime shared dependency, rather than a bundled dependency. It could be that one of the dependencies in the...

Node 22 added support for loading ES modules within CJS. See https://nodejs.org/en/blog/announcements/v22-release-announce#support-requireing-synchronous-esm-graphs The change to webpack-config-single-spa should've been released as a major, due to requiring Node 22

I released patch versions of the webpack configs with downgraded versions of standalone-single-spa-webpack-plugin that still work in Node 18. I also released 8.0.0 versions of all webpack configs with the...