jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

package.json path to config.js #954

Closed thepian closed 7 years ago

thepian commented 7 years ago

I have to place config.js in a sub-dir to support the web serving. That seems like a major point as you have to pass the path to every 'jspm ...' call. And that doesn't seem to work. Could it be configurable in package.json where the config.js file is?

chris-dickson commented 7 years ago

In your package.json:

  "jspm": {
    "configFile": "src/config.js",
    ...
  }