Skip to content

Commit f318c70

Browse files
Fix caching errors during Firestore build (#5763)
1 parent 086df7c commit f318c70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/firestore/rollup.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ const browserPlugins = function () {
8484
}
8585
},
8686
cacheDir: tmp.dirSync(),
87-
clean: true,
8887
abortOnError: false,
8988
transformers: [util.removeAssertAndPrefixInternalTransformer]
9089
}),

packages/firestore/test/unit/specs/describe_spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import * as stringify from 'json-stable-stringify';
18+
import stringify from 'json-stable-stringify';
1919
import { ExclusiveTestFunction, PendingTestFunction } from 'mocha';
2020

2121
import { queryEquals, QueryImpl } from '../../../src/core/query';

0 commit comments

Comments
 (0)