File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @firebase/firestore " : patch
3+ ---
4+
5+ Fix the path to the react native build for the Firestore memory build
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export default [
6060 bundle : 'index.bundle.ts'
6161 } ,
6262 output : {
63- dir : 'dist/rn' ,
63+ dir : 'dist/memory/ rn' ,
6464 format : 'es' ,
6565 sourcemap : true
6666 } ,
Original file line number Diff line number Diff line change 1414 "scripts" : {
1515 "lint" : " eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
1616 "lint:fix" : " eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
17- "build" : " rollup -c rollup.config.compat.js" ,
17+ "build" : " rollup -c rollup.config.compat.js && yarn build:exp " ,
1818 "build:exp" : " rollup -c rollup.config.exp.js ; yarn api-report" ,
1919 "build:deps" : " lerna run --scope @firebase/storage --include-dependencies build" ,
2020 "dev" : " rollup -c -w" ,
You can’t perform that action at this time.
0 commit comments