We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bae02 commit c62295eCopy full SHA for c62295e
packages/firestore/rollup.config.exp.js
@@ -54,7 +54,7 @@ const nodePlugins = function () {
54
]
55
}),
56
replace({
57
- 'process.env.FIRESTORE_PROTO_ROOT': JSON.stringify('../src/protos')
+ 'process.env.FIRESTORE_PROTO_ROOT': JSON.stringify('src/protos')
58
})
59
];
60
};
0 commit comments