Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

With 1.0.0 "broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy: () => __dirname." #89

Closed
ghost opened this issue Aug 1, 2017 · 4 comments · Fixed by #91

Comments

@ghost
Copy link

ghost commented Aug 1, 2017

From 0.4.4 to 1.0.0 and I receive this:

$ ember s
Livereload server on http://localhost:49153
broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy: `() => __dirname`.

two times.

I'm using:

"ember-cli-babel": "^6.6.0",
"ember-cli-babili": "~0.1.4",
@ghost ghost changed the title With 1.0.0 "$ ember s Livereload server on http://localhost:49153 broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy: () => __dirname." With 1.0.0 "broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy: () => __dirname." Aug 1, 2017
@rwjblue
Copy link
Member

rwjblue commented Aug 2, 2017

This also requires a bump of broccoli-babel-transpiler, can you do a yarn upgrade broccoli-babel-transpiler to get the latest and let us know if that resolves the issue?

@smottt
Copy link

smottt commented Aug 2, 2017

Solved the issue for me, thanks!

@rwjblue
Copy link
Member

rwjblue commented Aug 2, 2017

Awesome, thank you for confirming!

We need to update our peerDependency minimum for this I guess....

@ghost
Copy link
Author

ghost commented Aug 2, 2017

Fixed thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants