Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Oct 30, 2022
1 parent 5fdc88d commit 8f30c88
Show file tree
Hide file tree
Showing 4 changed files with 893 additions and 842 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [2.2.2](https://github.com/ElrondDevGuild/nextjs-dapp-template/releases/tag/v2.2.2) (2022-10-30)
- dependencies updates, also Next 13, changes in the routing will be introduced later. Waits for new Next 13 docs to be completed.

### [2.2.1](https://github.com/ElrondDevGuild/nextjs-dapp-template/releases/tag/v2.2.1) (2022-10-10)
- bugfix for the wrong usage of the Chakra Factory on CardWrapper and FlexCardWrapper components. Thanks to @janniksam for reporting that

Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
webpack: (config) => {
config.resolve.fallback = {
fs: false,
buffer: require.resolve('buffer'),
Expand Down
Loading

0 comments on commit 8f30c88

Please sign in to comment.