Skip to content

3.11.2 broke less compiling in Parcel.js #3513

@kirkone

Description

@kirkone

Hi,

I upgraded less in my parcel project from 3.11.1 to 3.11.2.
After this the watcher for imported less files seems not to trigger the recompile anymore.

This is my configuration:

"devDependencies": {
    "autoprefixer": "9.8.0",
    "less": "3.11.2",
    "parcel-bundler": "1.12.4",
    "postcss-modules": "2.0.0",
    "typescript": "3.9.3"
}

When I revert to 3.11.1 everything works fine again.
Less is the only thing that changed in this case so I assume it has something to do with the last Update.
Maybe #3498 changed something in an unexpected way.

Any idea what is wrong here?

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