-
-
Notifications
You must be signed in to change notification settings - Fork 255
New plugin #855
Comments
Sure a PR would be welcome here. Plugins go at the top of the registry.json file. The name in the registry becomes the name it should be used as a plugin - It may be worth adding a jspm dependency on To test installing through jspm, I'd suggest using jspm 0.17 as it has a much better linking workflow where you can run The remote install can also be tested without it being in the registry by simply running Just let me know if I can help further here at all. |
@guybedford Thanks for the direction. I decided to try to go the jspm beta 0.17 route. I've been wanting to try it out. When I did I found a problem with initializing the repo. Using the Quick init mode, it errors out after selecting babel as the transpiler:
I know a plugin-babel is referenced in the jspm registry so I'm not sure why it can't find it. It appears from the readme to the registry that 0.17 should be supported. And in looking in the registry it references "npm:systemjs-plugin-babel", which I successfully installed. But even after installing it, I'm not sure how to get the transpiler hooked in. Any help you can offer would be greatly appreciated. BTW, jspm is awesome! |
Sure, no problem. plugin-babel is definitely in the registry at https://github.com/jspm/registry/blob/master/registry.json#L15, so perhaps check if you're using a custom registry here? |
I have developed a new plugin to use i18next to translate text/html when imported.
Is such a plugin be of any value to the registry?
If so, how do I test it as a plugin? I have attempted to link it. Currently, I have tested it's functionality in it's own repo.
The text was updated successfully, but these errors were encountered: