devlinjunker
devlinjunker
@codymikol @AprilArcus was any progress made on this? If not, do we have any idea of the changes necessary to fix sourcemaps for webpack v5?
I created a PR here: https://github.com/ui-router/angular-hybrid/pull/571 not sure if anyone is around to pick it up and merge it
@christopherthielen also created this to align with https://github.com/ui-router/angular/pull/967
hmm... idk why the dependency resolution failed here...
should we try to re-run this? it looks like it came from the `yarn install` command ``` Run yarn install --pure-lockfile yarn install v1.22.19 [1/[4](https://github.com/ui-router/angular-hybrid/runs/7807634561?check_suite_focus=true#step:4:5)] Resolving packages... [2/4] Fetching packages......
or should I update the `yarn.lock` file in my branch? I guess I haven't used yarn much
Found these instructions for updating angular dependencies so working on the first steps in the other repos: https://github.com/ui-router/angular/blob/master/add_support_for_new_angular_version.txt I am noticing that I am seeing the same error on my...
I am closing this PR and will try to follow the instructions in https://github.com/ui-router/angular/blob/master/add_support_for_new_angular_version.txt to create a new branch and PR with the correct changes for updating angular versions I...
I moved the branch pointer back 2 commits so it doesn't include the Component to typescript changes. This PR is now just for cleaning up indentation and linting and I...
@SMillerDev I was just following the Vue style conventions rather than add a rule to overwrite them. If you think it makes sense to keep the consistency in the entire...