Conversation
a9f5858 to
bd5b211
Compare
|
Does this need some rebasing? The title is "Remove legacy less processing" but there's a bunch of javascript changes too. |
bd5b211 to
9e90bca
Compare
Those changes are the result of using eslint on the code. We now actually enforce linting rules and so we can autofix what hasn't been caught before. 3 commits:
I could split this into yet another pair of PRs but at this point we are approaching a chain reaction where the number of PRs will soon be greater than the number of lines changed.. I kind of want to be done with this 🙃 😩 |
I'm not saying the PR is unreviewable (though I haven’t tried yet) just that the PR title (and no description) implies a different scope than the contents of the PR. |
95af7be to
d2d5c30
Compare
Split it. |
d2d5c30 to
0a8cb3f
Compare
0a8cb3f to
97350d2
Compare
|
For posterity: reduced number of files by 7k. before
after
|
Fixes: mozilla/addons#15460
Context
We should merge this last in the chain of related PRs to remove legacy css processing as all assets will then be processed by vite.
Testing
Essentially should be able to run make up in prod or dev
That is covered by CI
Checklist
#ISSUENUMat the top of your PR to an existing open issue in the mozilla/addons repository.