Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.
This repository was archived by the owner on May 26, 2026. It is now read-only.

node_modules are ignored #493

Description

@GCorbel

I'm working on an ember project and I installed the addon ember-simple-auth. I create the app/authenticators/application.js with this :

export default Devise.extend({
});

Devise should be resolved asimport Devise from 'ember-simple-auth/authenticators/devise'; but it gives No JS module to import for Devise`.

The file is located in ./node_modules/ember-simple-auth/addon/authenticators/devise.js and the addon is a "devDependency".

It works if I create an app somewhere in my app with :

const Devise = {};
export { Devise };

Here is my .importjs.js file :

module.exports = {
  excludes: [],
  importDevDependencies: true
}

There is nothing in logs.

Is there a bug or did I miss something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions