We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The reloader works for me using plugin-typescript as long as I do not tell it to run type checking. When I turn it on via
typescriptOptions: { "typeCheck": "strict" }
I get a cross-origin request error in the browser, since it somehow resolves the plugin url as a file path:
XMLHttpRequest cannot load file://[project-root]/jspm_packages/github/frankwallis/plugin-typescript@4.0.10/plugin.js. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.
The text was updated successfully, but these errors were encountered:
@svi3c Still an issue?
Sorry, something went wrong.
@svi3c If still an issue, please reopen. Theres a new codebase and so chances of this issue creating few are low.
No branches or pull requests
The reloader works for me using plugin-typescript as long as I do not tell it to run type checking.
When I turn it on via
I get a cross-origin request error in the browser, since it somehow resolves the plugin url as a file path:
The text was updated successfully, but these errors were encountered: