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.
size-limit
'production'
1 parent 255b5b1 commit 9772d11Copy full SHA for 9772d11
.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