-
Visiting https://unpkg.com/react displays the CJS build (https://unpkg.com/react@16.4.2/index.js) when the UMD build (https://unpkg.com/react@16.4.2/umd/react.development.js) should be displayed inste…
-
https://unpkg.com/@remixproject/plugin returns `cannot find "/src\index.js" in @remixproject/plugin@0.3.0`
That seems to break the flattener plugin
-
Discovered by @rmacklin on [preact chat](https://preact.slack.com/) (thanks)
-
Is it better to return a 302 to unpkg/jsDeliver when a package fails to build? Packages requires a custom build configuration like https://bundle.run/ef.js@0.6.2 cannot be handled correctly. Failed bu…
-
Hi!
Might I suggest two changes that would help with the stability of this project? It's a great effort, and I plan on using it more often in my work, so I'd love to give back to it! Two suggestion…
-
As soon as the paypal extension gets installed / activated, the browser console shows
”Download the Vue Devtools extension for a better development experience: [https://github.com/vuejs/vue-devtools|…
-
The bookmarklet does not work on Github, and possibly other sites with CSP policies.
On a customized Firefox 69.0.3 install, I get `>Content Security Policy: The page’s settings blocked the loading…
-
### Version
2.4.5
### Vue.js version
### Reproduction Link
https://peachscript.github.io/vue-infinite-loading/zh/guide/configure-load-msg.html
### Steps to reproduce
when open the pag…
-
Hi. Thank you for creating and sharing this tool; it's truly impressive, and I was amazed when I discovered it recently.
I am playing around with **quotations()** and when I use **.out('text')** an…
-
My current solution is as below:
```python
class CustomDash(dash.Dash):
def interpolate_index(self, **kwargs):
scripts = kwargs.pop('scripts')
external_scripts = re.fi…