-
Notifications
You must be signed in to change notification settings - Fork 1
Meteor 1.3 System js #2
Comments
Yes, I know here is a issue with systemjs. also since 1.3 we can use module loader and npm modules directly. I'm checking but need more times 🙇 if everything by use npm installation works great. I will close this package 😄 |
✌️ |
It is due to an incompatibility between meteor v1.3 and systemjs as shown here meteor/meteor#6046 and I made a pull request for a patch in systemjs there systemjs/systemjs#980 |
@stphdenis thank you! this troubled me a lot but i don't know a lot about systemjs. keep tracking this |
The commits were done in the systemejs project. |
@stphdenis Yes,I will do it as soon as possible. |
@stphdenis There is another issue with systemjs@>0.19.9. It will cause a
I updated this repo to use systemjs@0.19.17 so you can clone it and repr it locally. |
@Markusxmr I tried to use aurelia directly from node_modules. Because of the needed of load _.html files, there must be a plugin to handle how to do it. either systemjs or webpack will use a syntax like |
Yes, sir. |
To use aurelia directly from |
@stphdenis nice one. will check it out. How was it working for you? |
How did you updated systemjs@0.19.17. My current version is systemjs@0.19.36. I am getting the same error as system.src.js:1057XMLHttpRequest cannot load file:///D:/Aurelia%20Program/minimal/jspm_packages/npm/aurelia-bootstrapper@1.0.0.json. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource. |
Greetings,
I was wandering, since Meteor recently introduced ES2015 module support, would it be practical to use systemjs installed directly from npm within a meteor app, since it is now possible. Thus, for example Meteor-Aurelia could have a more "standard" usage?
The text was updated successfully, but these errors were encountered: