We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
size-limit
'production'
1 parent df042be commit 3664774Copy full SHA for 3664774
.size-limit.mts
@@ -4,7 +4,7 @@ import type { Configuration } from 'webpack'
4
/**
5
* An array of all possible Node environments.
6
*/
7
-const allNodeEnvs = ['development', 'production'] as const
+const allNodeEnvs = ['production'] as const
8
9
10
* Represents a specific environment for a Node.js application.
0 commit comments