-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
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
Labels
No labels