Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Incompatible with Babel 6.0.0 #445

Closed
Alhadis opened this issue Nov 5, 2015 · 4 comments
Closed

Incompatible with Babel 6.0.0 #445

Alhadis opened this issue Nov 5, 2015 · 4 comments

Comments

@Alhadis
Copy link

Alhadis commented Nov 5, 2015

Babel 6 was released recently, which introduced a number of very breaking changes to the API. Specifically, the NodeJS API has moved from babel to babel-core.

This has broken the ES6 Module Loader.

@drewlustro
Copy link

+1 it's quite busted with browserify too (and consequently my babelify setup).

The when dependency tries to include ./makePromises, which doesn't resolve because the require has already been replaced.

Error: Cannot find module './makePromise' from '/Users/drew/dev-local/glsl-park/node_modules/es6-module-loader/node_modules/when/es6-shim'

@hbrysiewicz
Copy link

+1

@guybedford
Copy link
Member

With Babel 6, transpilation workflows will move to be always plugin-based. This support is being tracked at systemjs/systemjs#953.

@guybedford
Copy link
Member

Tracking in #463.

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

No branches or pull requests

4 participants