Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/formkit/formkit
/ createOutdir
Function
createOutdir
scripts/bundle.mjs:67–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
function
createOutdir() {
68
const
entry = resolve(rootDir,
'dist'
+ (plugin ?
'/'
+ plugin :
''
))
69
return
entry
70
}
71
72
function
createFormats() {
73
if
(pkg ===
'vue'
) {
Callers
1
createBundle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected