-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
Ability for a standalone file:// is broken #282
Comments
There doesn't seem be a A minimal reproduction would help, you can create one with https://codesandbox.io |
Hello! I had to store all pre-built dependencies at the It works if it stored on a web server and accessed via HTTP(S), however, when I opening "ko.html" from a local file system directly (accessed via In Firefox's console here is no output. Before a moment, I had error against CORS request, however when I had to set the "no-cors", an error has gone, however, no content shown... AHA! in Yandex-Browser I got the next error:
How my example works when it's opened locally without any sort of web server: |
Ping? |
Hello!
I have documentation for my project at this repository that I gradually porting from a raw HTML into Docute:
https://github.com/WohlSoft/PGE-Editor-Help/tree/docute
However, since some moment it no more works locally and it showing blank pages... (no idea how it worked before, maybe after Firefox 68 release).
I did an attempt to disable CORS:
however, it now showing just blank files. The source path I use just "./".
How I did use this?
npm install
, and thennpm run-script build
at repository root.index.js
I had to declare the documentation tree itself:The text was updated successfully, but these errors were encountered: