c09846bb36
A snapshot of https://github.com/nymtech/nym-wallet-web/tree/60b36db17d994e597b91981be5d60b0488618019 is put into a wallet-web folder.
7 lines
207 B
JavaScript
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,
|
|
},
|
|
} |