Skip to content

Commit 8f30c88

Browse files
committed
minor updates
1 parent 5fdc88d commit 8f30c88

File tree

4 files changed

+893
-842
lines changed

4 files changed

+893
-842
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### [2.2.2](https://github.com/ElrondDevGuild/nextjs-dapp-template/releases/tag/v2.2.2) (2022-10-30)
2+
- dependencies updates, also Next 13, changes in the routing will be introduced later. Waits for new Next 13 docs to be completed.
3+
14
### [2.2.1](https://github.com/ElrondDevGuild/nextjs-dapp-template/releases/tag/v2.2.1) (2022-10-10)
25
- bugfix for the wrong usage of the Chakra Factory on CardWrapper and FlexCardWrapper components. Thanks to @janniksam for reporting that
36

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('next').NextConfig} */
22

33
const nextConfig = {
4-
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
4+
webpack: (config) => {
55
config.resolve.fallback = {
66
fs: false,
77
buffer: require.resolve('buffer'),

0 commit comments

Comments
 (0)