Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/formkit/formkit
/ createFormats
Function
createFormats
scripts/bundle.mjs:72–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
function
createFormats() {
73
if
(pkg ===
'vue'
) {
74
return
[
'iife'
,
'cjs'
,
'esm'
,
'esm'
]
75
}
76
return
[
'cjs'
,
'esm'
,
'esm'
]
77
}
78
79
let
devBuild = false
80
Callers
1
createBundle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected