We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
object
1 parent 42ea5a1 commit 394d86bCopy full SHA for 394d86b
packages/kit/src/core/config/options.js
@@ -269,7 +269,7 @@ const options = object(
269
register: boolean(true),
270
// options could be undefined but if it is defined we only validate that
271
// it's an object since the type comes from the browser itself
272
- options: validate(undefined, () => object({}, true)),
+ options: validate(undefined, object({}, true)),
273
files: fun((filename) => !/\.DS_Store/.test(filename))
274
}),
275
0 commit comments