Jolyn

Results 264 comments of Jolyn

One other thing to note, webpack deals with similar collision issues with its `webpackJsonp` function, and in webpack 5 they chose to use the package.json name of the main project...

fwiw `rm -rf node_modules && npm install` solved things for me. I have dashes in my project path, but not special chars. Sharing in case others come here looking for...

We also need this for the [single-spa](https://github.com/single-spa/single-spa) open source community. Having to update all invitation links once every thirty days for a fully public workspace is tedious. I'm currently resorting...

+1 for this feature. Is my understanding correct when I say that without this feature, the `import` keyword could never refer to a custom loader, but instead would always refer...

@dherman Could you help me understand your second bullet point? I'm pretty new to reading through these types of specs and don't understand what you meant by "HTML semantics triggering...

Would `document.cookie` be a precedent? It is a userland-writable property that the engine already has to look up whenever it sees a `` tag in the dom. For example, consider...

In regards to the first bullet point in @dherman's original post, is there any feature there that could not be implemented in userland (especially now that, as of #65, a...

Apologies for the very very slow response. Could you help me understand what you are describing? Are you saying that navigating between https://single-spa.surge.sh/react/course/0 and https://single-spa.surge.sh/react/course/0/assignments doesn't work?

> Should this be optional? If so the schematic would need to handle prompting user. I think that standalone mode should just be another script in the package.json, similar to...