Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

P44: unsuitable example for commonJS dependency #115

Closed tragiclifestories closed 7 years ago

tragiclifestories commented 7 years ago

The example for loading a commonjs dependency includes a path to an AMD module:

"dependencies": [
  {
    "name": "aurelia-testing",
    "path": "../node_modules/aurelia-testing/dist/amd",
    "main": "aurelia-testing"
  }
]