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.
2 parents 483567a + b011ea6 commit aa41d0dCopy full SHA for aa41d0d
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