move webpack 5 flag to root level

This commit is contained in:
Karol Wypchlo 2021-07-12 13:45:03 +02:00
parent dcf514c312
commit 0962b38461
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
module.exports = {
future: {
webpack5: true,
},
webpack5: true,
};