Skip to content

broccoli-babel-transpiler is opting out of caching #747

Description

@boris-petrov

This plugin causes ember-cli to output the following when running ember serve:

broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy: `env => {
    let plugin = createGlimmerPlugin({
      ...config,
      [INTERNAL_CONFIG]: {
        hasTemplateNode: 'template' in env.syntax.builders,
      },
    });
    return plugin;
  }`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions