We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I'm trying to upgrade to the latest v5 version of this addon and I'm getting the following error while compiling
Duplicate plugin/preset detected. If you'd like to use two separate instances of a plugin, they need separate names, e.g. plugins: [ ['some-plugin', {}], ['some-plugin', {}, 'some unique name'], ] Duplicates detected are: [ { "alias": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js", "options": { "imports": [] }, "dirname": "...", "ownPass": false, "file": { "request": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js", "resolved": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js" } }, { "alias": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js", "options": { "MARKER": "eaimeta@70e063a35619d71f" }, "dirname": "...", "ownPass": false, "file": { "request": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js", "resolved": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js" } } ]
=====
ember v3.24 ember-auto-import v2.0.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I'm trying to upgrade to the latest v5 version of this addon and I'm getting the following error while compiling
=====
ember v3.24
ember-auto-import v2.0.2
The text was updated successfully, but these errors were encountered: