Removed no longer neccessary Webpack bugfix.

This commit is contained in:
Jayden Seric 2017-07-26 14:55:53 +10:00
parent 552faae83e
commit b63acd61de

View File

@ -1,9 +0,0 @@
/* eslint-disable import/unambiguous */
module.exports = {
webpack: config => {
// See https://github.com/webpack/webpack/issues/5135
config.module.strictThisContextOnImports = true
return config
}
}