enabling the use of Webpack 5 📶

This commit is contained in:
W.J. “dysbulic” H
2021-11-12 02:02:14 -05:00
committed by Alec LaLonde
parent 3791611fd5
commit 79b60d98f3

View File

@@ -13,5 +13,8 @@ module.exports = withTM(
},
];
},
future: {
webpack5: true,
},
}),
);