Tarrow added a comment.

  Seems there isn't an obvious off the shelf solution for this. This closest 
thing I found was perhaps: https://github.com/smikula/webpack-bundle-diff or 
even https://github.com/mixer/webpack-bundle-compare but these are not at all 
for diffing to find any differences but more for comparison work.
  
  I spent some time tying to build a small script to nicely automate this in 
JS. My plan was to try and use vue-cli to run a build progrmatically into e.g. 
/tmp:
  inspect all the files in the output and diff each of those individually with 
what was committed.
  
  I spent a little time trying to call vue-cli programatically but sadly this 
looks like a feature that will only be there in vue3. See:  
https://github.com/vuejs/vue-cli/issues/748
  
  I'm now going to work on implementing basically the same thing in bash.

TASK DETAIL
  https://phabricator.wikimedia.org/T235612

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Tarrow
Cc: Aklapper, Tarrow, Sarai-WMDE, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to