Skip to content

adjacencyList not containing all adjacencies #12

@llamadeus

Description

@llamadeus

The adjacencyList key does not contain all adjacencies for projects which use webpack aliases to resolve files from another path.

Given the following webpack config:

resolve: {
	extensions: ['*', '.js', '.jsx'],
	alias: {
		app: 'src/js;,
	},
},

And the following file src/js/app.js:

import 'app/bootstrap';

The adjacency will not be discovered. However, the dependency is listed correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions