webpack 5

This commit is contained in:
Karol Wypchlo 2021-04-02 16:20:43 +02:00
parent 3d66886d2d
commit a3fc78e9fd
1 changed files with 5 additions and 0 deletions

View File

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