Skip to content

Commit d265384

Browse files
committed
fix: testing
1 parent b0caa9f commit d265384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/loaders/pitcher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ module.exports.pitch = function (remainingRequest) {
121121
])
122122
// console.log(request)
123123
return query.module
124-
? `import * as locals from ${request};export default { locals };`
124+
? `import * as locals from ${request};export default { locals };export * from ${request}`
125125
: `export * from ${request}`
126126
}
127127
}

0 commit comments

Comments
 (0)