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.
1 parent e91466a commit 56ae68eCopy full SHA for 56ae68e
src/index.ts
@@ -60,7 +60,7 @@ const {
60
export const MTS_SUPPORTED_NODE_VERSION = 16
61
export const LOADER_SUPPORTED_NODE_VERSION = 20
62
export const STRIP_TYPES_DEFAULT_NODE_VERSION = 23.6
63
-export const STRIP_TYPES_SUPPORTED_NODE_VERSION = 22
+export const STRIP_TYPES_SUPPORTED_NODE_VERSION = 22.6
64
65
const NODE_VERSION = Number.parseFloat(process.versions.node)
66
const STRIP_TYPES_FLAG = '--experimental-strip-types'
0 commit comments