Getting version conflict issues for ember-assign-polyfill. Tried putting config in main addon and in dummy app, with no difference.
Tried both of these:
'use strict';
module.exports={
generateTests: false
}
'use strict';
module.exports={
allowedVersions: {
'ember-assign-polyfill': '*'
}
}
I still get a failing test in both versions.
ember-cli 3.7.1
ember-cli-dependency-lint: 1.1.3
Getting version conflict issues for
ember-assign-polyfill. Tried putting config in main addon and in dummy app, with no difference.Tried both of these:
I still get a failing test in both versions.
ember-cli 3.7.1
ember-cli-dependency-lint: 1.1.3