Closed awaer closed 8 years ago
Hi! Like you are guessing, all of this is handled within broccoli-autoprefixer
, so there is almost certainly something going on there. The diff between the versions shows that the only change was using broccoli-persistent-filter
instead of broccoli-filter
, so we can assume the error lies there: https://github.com/stefanpenner/broccoli-persistent-filter
Ok, thanks @kimroen. I'll open an issue over there.
Ember: v2.1.0 Ember CLI: v1.13.8
There are no problems starting
ember serve
, but a build error is triggered when any files are saved.This issue began sometime in the last week and appears to be connected to the release of broccoli-autoprefixer v4.1.0. The issue is resolved if I edit this addon's package.json to force broccoli-autoprefixer v4.0.0, though I'm unsure if the issue lies here or there.