react-email 5.2.0-canary.1 → 5.2.0-canary.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # react-email
2
2
 
3
+ ## 5.2.0-canary.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 16cc7d1: increase timeout to 10 minutes by default, disable build workers
8
+
9
+ ## 5.2.0-canary.2
10
+
3
11
  ## 5.2.0-canary.1
4
12
 
5
13
  ## 5.2.0-canary.0
package/dist/index.js CHANGED
@@ -87,7 +87,7 @@ const getEmailsDirectoryMetadata = async (absolutePathToEmailsDirectory, keepFil
87
87
  //#region package.json
88
88
  var package_default = {
89
89
  name: "react-email",
90
- version: "5.2.0-canary.1",
90
+ version: "5.2.0-canary.3",
91
91
  description: "A live preview of your emails right in your browser.",
92
92
  bin: { "email": "./dist/index.js" },
93
93
  type: "module",
@@ -204,9 +204,7 @@ const nextConfig = {
204
204
  typescript: {
205
205
  ignoreBuildErrors: true
206
206
  },
207
- experimental: {
208
- webpackBuildWorker: true
209
- },
207
+ staticPageGenerationTimeout: 600,
210
208
  }
211
209
 
212
210
  export default nextConfig`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-email",
3
- "version": "5.2.0-canary.1",
3
+ "version": "5.2.0-canary.3",
4
4
  "description": "A live preview of your emails right in your browser.",
5
5
  "bin": {
6
6
  "email": "./dist/index.js"
@@ -38,9 +38,7 @@ const nextConfig = {
38
38
  typescript: {
39
39
  ignoreBuildErrors: true
40
40
  },
41
- experimental: {
42
- webpackBuildWorker: true
43
- },
41
+ staticPageGenerationTimeout: 600,
44
42
  }
45
43
 
46
44
  export default nextConfig`;