enable webpack5

This commit is contained in:
Thomas Ruoff
2021-04-06 23:22:46 +02:00
parent 22d12a8a20
commit 0dedaafee7

5
next.config.js Normal file
View File

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