nextjs-server-modules
Advanced tools
Comparing version 1.5.9 to 1.5.10
@@ -38,3 +38,3 @@ const glob = require("glob-promise") | ||
// Fixes race condition on MAC | ||
await new Promise(resolve => setTimeout(resolve, 1)) | ||
await new Promise(resolve => setTimeout(resolve, 10)) | ||
await fs.writeFile(outFilePath, outFileContent) | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "nextjs-server-modules", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"main": "bin.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:hello-seam/nextjs-server-modules.git", |
@@ -80,1 +80,5 @@ # NextJS Server Modules | ||
optimization. | ||
### Why is my module bigger? | ||
We base64 code static files. |
57005
84