@maizzle/framework 5.0.0-beta.36 → 5.0.0-beta.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maizzle/framework",
3
- "version": "5.0.0-beta.36",
3
+ "version": "5.0.0-beta.37",
4
4
  "description": "Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -175,7 +175,7 @@ export default async (config = {}) => {
175
175
  const outputExtensions = new Set()
176
176
 
177
177
  for (const pattern of contentPaths) {
178
- outputExtensions.add(...getFileExtensionsFromPattern(pattern))
178
+ getFileExtensionsFromPattern(pattern).map(ext => outputExtensions.add(ext))
179
179
  }
180
180
 
181
181
  /**