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? 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
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/[email protected]/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: