You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn if ember-cli-deploy-build is in use and not disabled
if a user is using a plugin pack that specifies ember-cli-deploy-build
as one of the plugins, deployment will error at the build phase because
ember-cli-deploy-build will try to build an ember project, and error
when it doesn't find ember-cli-build.js
ember-cli-deploy allows a user to disable specific plugins from the ENV object
exported in config/deploy.js
To do so, export an ENV such that `ENV.pipeline.disabled.build === true`
0 commit comments