mesqueeb/vuex-easy-firestore

project build process

zabakala opened this issue · 1 comments

Hi. Thx for this marvellous project. I have noticed this particular issue:

$ npm run build

> vuex-easy-firestore@1.37.0 build
> npm run rollup && npm run test


> vuex-easy-firestore@1.37.0 rollup
> rollup -c build/rollup.js


src/index.ts → dist/index.cjs.js, dist/index.esm.js...
(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
firebase/compat/app (imported by src\index.ts, src\utils\arrayHelpers.ts, src\utils\incrementHelper.ts)
firebase/compat/firestore (imported by src\index.ts, src\utils\arrayHelpers.ts, src\utils\incrementHelper.ts)
firebase/compat/auth (imported by src\index.ts)
[!] (plugin rpt2) Error: C:/.../vuex-easy-firestore/src/module/actions.ts(341,16): semantic error TS2552: **Cannot find name 'options'. Did you mean 'Option'?**

fixed in latest v1.37.1 ! thanks for the PR!