Pat Herlihy
Pat Herlihy
Also added caching the source file. This PR contains a: - [ ] **bugfix** - [X] new **feature** - [ ] **code refactor** - [X] **test update** - [ ]...
### How did you encounter this bug? I have a VSCode workspace similar to the following: ```json // project.code-workspace { "folders": [ { "name": "@namespace/just", "path": "packages/just" }, { "name":...
fix(webpack): Aliased module paths now properly map to the correct aurelia-loader module id [SIMPLE]
Reference: #122 @jods4 @EisenbergEffect Information: ```javascript /** * The purpose of this plugin is to track down where exactly each included dependency lives and build a module * name from...
Fixes the issues I ran into here: #121 The routes below will now correctly render: ```javascript // Not working? // { route: ['', 'sample'], name: 'sample', moduleId: PLATFORM.moduleName('test_alias/sample'), title: 'Sample'...
It seems when a `` tag is used and a url contains something like `index.html?some=query` then the `route-href` sets an incorrect `href` link. To reproduce: 1. Go to http://next.plnkr.co/edit/UylHNVG2IKkUlBHK 2....