Chunpeng Huo
Chunpeng Huo
To hook up backend - [ ] customize `aurelia_project/tasks/run.js` using `http-proxy-middleware` - [ ] support both http/https backend - [ ] explain `connect-history-api-fallback` and `http-proxy-middleware` - [ ] backend api...
# 🐛 Bug Report Aurelia 2 moved conventions from runtime to compile time. It simplified many things, but introduced a hard-to-resolve issue in development watch mode. ## 🤔 Expected Behavior...
The nodejs version in package.json needs to be updated. ``` "engines": { "node": ">=8.6" }, ``` Because `lib/queue.js` uses class field definition syntax which requires at least nodejs v12. ```js...
@floridoo can you release your v2 branch to npm? Maybe tag it as "next" to avoid changing "latest" npm version.
# 💬 RFC Currently Aurelia 2 setup with CSS modules does not work with Vite bundler. ## 🔦 Context Aurelia 2 has conventions that when using CSS modules, the css...
This might be asked before, but I could not find anything. Is there a way to ask ncc to ignore and leave my dynamic import untouched? ```js // To be...
Babel setup now works. gulp-typescript seems broken under gulp v5.
Maybe not now, but before alpha release. Add options for user to select the level of browser support. The list of options is to be decided. Default to evergreen browsers....
**I'm submitting a bug report** * **Library Version:** all It is a regression caused by aurelia-templating v1.8.2. But I am pretty sure this is a router bug (whether the buggy...