Skip to content

Commit 161e64a

Browse files
committed
Add the missing return!
1 parent c2c2d90 commit 161e64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/rollup.shared.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const manglePrivatePropertiesOptions = {
204204
exports.manglePrivatePropertiesOptions = manglePrivatePropertiesOptions;
205205

206206
exports.applyPrebuilt = function (name = 'prebuilt.js') {
207-
alias({
207+
return alias({
208208
entries: [
209209
{
210210
find: /^(.*)\/export$/,

0 commit comments

Comments
 (0)