Closed douglasduteil closed 8 years ago
I've actually just been working on some updates to this build, and it is worth noting that the build is created with the latest jspm beta. Once I've posted out this release today, that should work here as expected I think?
Yes ! Way better :)
I rebased my PR. Adding a regenerator version guessing script :
npm v regenerator@^0.8.42 version | tail -n 1 | awk '{print $2}' | tr -d "'"
:up:
I
regenerator-runtime
. So I removed regenerator
jspm_packages/npm/babel-plugin-transform-regenerator
to jspm_packages_override/npm/babel-plugin-transform-regenerator
jspm_packages_override
filesjspm
symlink to use npm i jspm@beta
I coded https://github.com/systemjs/plugin-babel/pull/41 on top of thie PR. And It works perfectly :tada:
👍
:up:
I didn't commit the generated files so you can do it at will ;)
Where would these workflows be without you @douglasduteil..
Hi @guybedford
It way harder than expected to update babel (#34). I tried to run your
build.sh
script but it fails with :So given what you wrote I try to make a standalone build script with less environnement descendances. This PR is the state of this experiment.
However, I end up with a strange error from
babel-types@6.8.1
:Do you have any idea where it comes from ? Thanks
Full output: