Skip to content

Add dependency message #233

@ai

Description

@ai

New postcss-loader will support dependency message to notify webpack about imports. So we need to add few lines on every import:

result.messages.push({
  type: 'dependency',
  file: absoluteFilePath
})

@MoOx @TrySound write me if you need any help with it.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions