akauppi / GroundLevel-firebase-es

[ANCHORED] Stencil for operational web apps
https://groundlevel-sep22.web.app/
Other
23 stars 3 forks source link

Fail on "unresolved dependencies" at app-deploy-ops #47

Closed akauppi closed 3 years ago

akauppi commented 3 years ago

In app-deploy-ops:

$ npm run build
...
(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
ops/central (imported by src/main.js, src/ops/central.js)

Currently, if this happens, it's just a warning. Would be better if the build would fail, since it's likely not functional in production.

akauppi commented 3 years ago

Is this still a thing?