Alexander Taran
Alexander Taran
> moduleId - is the id (usually a relative path) of the module that exports the component that should be rendered when the route is matched. If you end up...
@thinkOfaNumber do you think it can be closed?
maybe can be closed
https://aux-demo.firebaseapp.com/introduction same as https://github.com/aurelia/app-ux-showcase/issues/4
With npm version 8+ one can add [overrides section](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides) to package.json ```json "overrides":{ "chokidar":"^3.0.0", "glob-stream":"^7.0.0", "glob-parent":"^6.0.0", "micromatch":"^4.0.0" }, ``` Which resolves the issue for me. Also one can fight vulnerable...
@prurigro I think chokidar was developed for macOS primarily as it's author states in https://paulmillr.com/posts/chokidar-3-save-32tb-of-traffic/ So I think v2 of it is not working on macOS with node -v ≥...
@alavkx have you tried a new version of plugin? if your issue is resolved, can we close https://github.com/aurelia/webpack-plugin/issues/136 ?
@blarsern you might wanna hit https://discourse.aurelia.io (Aurelia forum) or https://discord.gg/RBtyM6u (Aurelia discord)
One of the ways would be to rely on async imports in frontend modules for packages. createWidget has a MaybePromise return type so one can write something like this: ```ts...
@sdirix @msujew having it in dependencies is relevant only for cases when a package will get bundled or executed outside of scope where @theia/cli is pulled. In case of /packages/...