Skip to content

ember-browserify does not work on files with untranspiled generators #110

@luxzeitlos

Description

@luxzeitlos

For development I've disabled the transpilation of generators:

var app = new EmberApp(defaults, {
  babel: {
    blacklist: ['regenerator']
  }
});

However it seems that ember-browserify does not find import x from 'npm:x'; calls from files that contain untranspiled generators.

here is a github repo that shows the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions