Skip to content

Move babel config, add fetch polyfill

Matthias Larisch requested to merge fix-babel-config into master

Closes #290 (closed)
Closes #272 (closed)

What does this MR do?

Babel config gets moved into webpack config, as there is bugs around with problems loading babel config from package.json/.babelrc. (https://github.com/babel/babel-loader/issues/624).

Also, a fetch polyfill is added to support ie11 (login and forum manually tested)

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

quite

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 Ghost User

Merge request reports