Skip to content

Load all modules via webpack

Matthias Larisch requested to merge more-webpack1 into master

What does this MR do?

Loads all sites via webpack, using the most simple way (e.g. not pulling any javascript out) to get rid of javascript duplication asap.

How confident are you it won't break things if deployed?

not very, needs testing of every feature. I tried to cover all subpages manually, still things might easily slip. Hard to test in a lot of cases, if JS is fully there.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports