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

Problem with plugin-typescript when switching typeCheck to true or "strict" #87

Closed
svi3c opened this issue May 9, 2016 · 2 comments
Closed

Comments

@svi3c
Copy link

svi3c commented May 9, 2016

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.
@alexisvincent
Copy link
Owner

@svi3c Still an issue?

@alexisvincent
Copy link
Owner

@svi3c If still an issue, please reopen. Theres a new codebase and so chances of this issue creating few are low.

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

2 participants