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

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

Open
luxzeitlos opened this issue Oct 14, 2016 · 1 comment
Open

Comments

@luxzeitlos
Copy link

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.

@dfreeman
Copy link
Contributor

#85 is one possible fix for this

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