Skip to content

extraEntries is defined in config.clientlibs but incorrectly read from config.postcss #128

@Hugoer

Description

@Hugoer

The new extraEntries configuration has been correctly defined under the config.clientlibs object. However, it is currently being accessed as config.postcss.extraEntries in the codebase. This leads to incorrect behavior or a misinterpretation of the configuration source.

Proposed solution:
Update the following files to read from config.clientlibs.extraEntries instead of config.postcss.extraEntries:

tasks/clientlibs.js
utils/renderClientLibs.js

This will ensure consistency with the intended configuration structure and prevent potential confusion or misconfiguration in the future.

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions