@blitzjs/config
Advanced tools
Comparing version 0.15.1 to 0.15.2-canary.0
@@ -53,3 +53,3 @@ 'use strict'; | ||
var configFiles = ['next.config.js']; | ||
var configFiles = ["next.config.js"]; | ||
/** | ||
@@ -77,3 +77,3 @@ * @param {boolean | undefined} reload - reimport config files to reset global cache | ||
if (typeof file === 'function') { | ||
if (typeof file === "function") { | ||
contents = file(); | ||
@@ -80,0 +80,0 @@ } else { |
@@ -47,3 +47,3 @@ import pkgDir from 'pkg-dir'; | ||
var configFiles = ['next.config.js']; | ||
var configFiles = ["next.config.js"]; | ||
/** | ||
@@ -71,3 +71,3 @@ * @param {boolean | undefined} reload - reimport config files to reset global cache | ||
if (typeof file === 'function') { | ||
if (typeof file === "function") { | ||
contents = file(); | ||
@@ -74,0 +74,0 @@ } else { |
@@ -10,3 +10,3 @@ { | ||
"author": "Fran Zekan <zekan.fran369@gmail.com>", | ||
"version": "0.15.1", | ||
"version": "0.15.2-canary.0", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "scripts": { | ||
}, | ||
"gitHead": "832820c97ccc398302d82b0ff7374dbefca27f99" | ||
"gitHead": "18611963532dbd9149f2352404437832a3172f92" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14607