Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minified external scripts whatwg-fetch and object-assign not available #85

Closed
clemensf opened this issue Feb 4, 2019 · 0 comments
Closed

Comments

@clemensf
Copy link

clemensf commented Feb 4, 2019

Expected behavior

All external resources and scripts are available

Actual behavior

https://unpkg.com/whatwg-fetch@3.0.0/dist/fetch.umd.min.js is no longer working
"Cannot find "/dist/fetch.umd.min.js" in whatwg-fetch@3.0.0"

https://unpkg.com/object-assign-polyfill@0.1.0/index.min.js is not accessible (anymore):
"Cannot find "/index.min.js" in object-assign-polyfill@0.1.0"

not minified versions are available however:
https://unpkg.com/whatwg-fetch@3.0.0/dist/fetch.umd.js
https://unpkg.com/object-assign-polyfill@0.1.0/index.js 

Steps to reproduce

  1. load URL: https://unpkg.com/whatwg-fetch@3.0.0/dist/fetch.umd.min.js
  2. load URL: https://unpkg.com/object-assign-polyfill@0.1.0/index.min.js

Specifications

  • Biotope Version: all
  • Node Version: all
  • Yarn Version: all
  • Operating System: all
  • Browser & Version: all
@clemensf clemensf changed the title whatwg-fetch not available external scripts whatwg-fetch and object-assign not available Feb 4, 2019
@clemensf clemensf changed the title external scripts whatwg-fetch and object-assign not available minified external scripts whatwg-fetch and object-assign not available Feb 4, 2019
jurekbarth added a commit that referenced this issue Feb 7, 2019
* rephrase texts

* fix unpkg paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant