euglv

Results 6 comments of euglv

I have investigated this further and discovered that outlining is not working because of this dot: ![image](https://user-images.githubusercontent.com/5290141/113472121-6dd3b500-9469-11eb-8b81-90a77c6be8ef.png) It is represented by this command in failing SVG path: `L 0.000009139115718426183 200`...

I thought that rounding is needed only to save file size. In my case file size is not an issue. That SVG is generated by me. This precision comes after...

@bigopon Adding `determineActivationStrategy` does not solve the problem. But I have solved the issue by changing `navigationStrategy` function implementation: ``` const homeStratagy = (instruction) => { if (instruction.queryParams.key) { instruction.config.moduleId...

@davismj Hi, thank you for help. I already found the solution: inside `navigationStrategy` function I should configure `moduleId` in two places: `instruction.config.moduleId` and `instruction.config.viewPorts.default.moduleId`

Yes, I have the same problem. I need to have separate webpack configs for renderer and preload scripts. Renderer webpack config include frontend framework plugins, that are not needed in...

> That said, we're more than happy to add a custom transformer for Aurelia, but only if it's based on a specific file extension. We already do this for a...