Files
nym/wallet-web/next.config.js
T
2021-07-16 10:46:02 +01:00

7 lines
207 B
JavaScript

// according to https://nextjs.org/docs/messages/webpack5 this should
// improve speed of subsequent `next build` calls due to better caching
module.exports = {
future: {
webpack5: true,
},
}