Skip to content

Commit 3664774

Browse files
committed
Only run size-limit for 'production' environments
1 parent df042be commit 3664774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Configuration } from 'webpack'
44
/**
55
* An array of all possible Node environments.
66
*/
7-
const allNodeEnvs = ['development', 'production'] as const
7+
const allNodeEnvs = ['production'] as const
88

99
/**
1010
* Represents a specific environment for a Node.js application.

0 commit comments

Comments
 (0)