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

trackInputChanges fails silently on older broccoli versions #40

Open
asakusuma opened this issue Sep 12, 2019 · 1 comment
Open

trackInputChanges fails silently on older broccoli versions #40

asakusuma opened this issue Sep 12, 2019 · 1 comment

Comments

@asakusuma
Copy link

If your app is not using broccoli@^3.2.0, the trackInputChanges option does nothing, meaning that the build() method does not get a list of changes. There is no warning or error shown.

cc @thoov

Copy link
Member

rwjblue commented Sep 13, 2019

The polyfill (in broccoli-node-info) should be automatically saying every input has changes when the host broccoli version does not support the underlying feature.

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