diff --git a/package.json b/package.json index d15014c..ac3c9a8 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "client-next", "version": "0.1.0", "private": true, + "browser": { + "fs": false + }, "scripts": { "dev": "next dev", "build": "next build",