Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ob6160 committed Jun 27, 2021
1 parent d7daf2c commit be38f8b
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 10 deletions.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
webpack: (config, { isServer }) => {
if (!isServer) {
config.resolve.fallback.fs = false;
}
}
return config;
},

}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
"topojson-server": "3.0.1",
"topojson-simplify": "3.0.3",
"typescript": "4.3.4",
"uuid": "8.3.2"
"uuid": "8.3.2",
"webpack": "5.40.0"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit be38f8b

Please sign in to comment.