Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Needs updating to Ember 3.x, ember-cli-babel 6.x #5

@buzzware

Description

@buzzware

This was holding my Ember 3.1 app back to ember-cli-babel 5.x. When I removed ember-cli-deploy-firebase-pack to use @econlab/ember-cli-deploy-firebase I got ember-cli-babel 6.x, but then I got a build error :

$ ember deploy production
cleaning up...
Deploying [🚀 ] 100% [plugin: firebase -> upload]

  • Starting deploy process...
  • There was an error during deployment:
  • TypeError: Cannot read property 'has' of undefined
  • TypeError: Cannot read property 'has' of undefined
    at /Users/gary/repos/2018/ASDDriver/browser/node_modules/firebase-tools/lib/filterTargets.js:8:27
    at Array.filter ()
    at module.exports (/Users/gary/repos/2018/ASDDriver/browser/node_modules/firebase-tools/lib/filterTargets.js:7:30)
    at Command._action (/Users/gary/repos/2018/ASDDriver/browser/node_modules/firebase-tools/commands/deploy.js:52:19)
    at /Users/gary/repos/2018/ASDDriver/browser/node_modules/firebase-tools/lib/command.js:200:29
    at
    at process._tickDomainCallback (internal/process/next_tick.js:228:7)

Should we use "firebase deploy" instead ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions