NunoCruzSW
NunoCruzSW
@born2net I saw something that can be useful in your sample, but aurelia and angular are different frameworks. I believe that there is a better way to do it with...
I tried long time ago, reloading scripts/ components was enough. I tried to reset the route but was not reloading. Aurelia has a component container, and some dependency injection thing....
The ideia of that package was to be generic HMR, but not sure if they are supporting other than webpack. Last month they are trying to support hmr with webpack....
another option is a method that gets a new token if the current is expired, refreshing it case of expired. while the refresh token is valid there no problem to...
I was able to signin using the chrome browser but then it give ssl errors after receiving the code,
not sure if there any place to release, but I also failed to migrate due some issue that seems to be merged but not release like #40 the fact that...
I added the following configuration to SWC loader ``` javacript jsc: { parser: { syntax: 'typescript', tsx: true, dynamicImport: true, importMeta: true, decorators: true }, transform: { react: { runtime:...