webark / ember-cli-styles

4 stars 2 forks source link

`broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy` #34

Closed boris-petrov closed 11 months ago

boris-petrov commented 1 year ago

After upgrading ember-cli-htmlbars from 6.1.1 to 6.2.0 I started getting:

broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy: `plugin() {
    return namespaceHelperAstPlugin(...arguments);
  }`.

namespaceHelperAstPlugin is found in ember-cli-styles-namespace/lib/namespace-helper-ast.js. I have no idea what this error/warning is but it would probably be nice to fix it. :smile: