move webpack 5 flag to root level
This commit is contained in:
parent
dcf514c312
commit
0962b38461
|
@ -1,5 +1,3 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
future: {
|
webpack5: true,
|
||||||
webpack5: true,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue