feat(v2): minor webpack build perf optimization (#1612)

* feat(v2): improve webpack build time

* revert devtool

* nits

* nits

* prettier
This commit is contained in:
Endi 2019-07-10 22:12:07 +07:00 committed by GitHub
parent 95fde5f827
commit d57110d15c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 7 deletions

View file

@ -359,7 +359,7 @@ module.exports = function(context, opts) {
{
loader: path.resolve(__dirname, './markdownLoader.js'),
},
],
].filter(Boolean),
},
],
},