Skip to content
This repository was archived by the owner on Jul 4, 2021. It is now read-only.

Commit 00e094d

Browse files
authored
fix: code generation enviroment (#89)
1 parent 82bf7e0 commit 00e094d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function getOptions(
230230
query: Record<string, unknown>,
231231
forceStringify = false
232232
): Record<string, unknown> {
233-
const mode: DevEnv = isProduction ? 'production' : 'production'
233+
const mode: DevEnv = isProduction ? 'production' : 'development'
234234

235235
const baseOptions = {
236236
filename,

0 commit comments

Comments
 (0)