You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when passing in { format: 'cjs' } I get the following error:
ERROR The "path" argument must be of type string. Received undefined 12:19:22
at validateString (internal/validators.js:124:11)
at dirname (path.js:1128:5)
at t.transform.Object.assign.legacy (node_modules/jiti/dist/jiti.js:1:40213)
at Function.f [as transform] (node_modules/jiti/dist/jiti.js:1:40499)
at jsLoader (node_modules/mkdist/dist/index.js:35:44)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async loadFile (node_modules/mkdist/dist/index.js:83:23)
at async vueLoader (node_modules/mkdist/dist/index.js:57:24)
at async loadFile (node_modules/mkdist/dist/index.js:83:23)
at async Object.mkdist (node_modules/mkdist/dist/index.js:115:21)
The text was updated successfully, but these errors were encountered:
when passing in
{ format: 'cjs' }
I get the following error:The text was updated successfully, but these errors were encountered: