Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.11.2 broke less compiling in Parcel.js #3513

Closed
kirkone opened this issue Jun 4, 2020 · 2 comments
Closed

3.11.2 broke less compiling in Parcel.js #3513

kirkone opened this issue Jun 4, 2020 · 2 comments

Comments

@kirkone
Copy link

kirkone commented Jun 4, 2020

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?

@matthew-dean
Copy link
Member

@kirkone Does this fix it? #3509

@kirkone
Copy link
Author

kirkone commented Jun 5, 2020

@matthew-dean yes, it is working again with 3.11.3

Thank you very much

@kirkone kirkone closed this as completed Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants