-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[CS2] coffeescript-loader #4462
Comments
Same question here. My understanding is that in npm you can link in
whatever version you want for latest or stable?
The work around I am using currently is to symlink
node_modules/coffeescript@next to node_modules/coffee-script
The coffee-script branch isn't being changed yet to avoid accidental
upgrades. It's also possible to do some magic with local npm repos or
possibly Yarn.
…On Mar 12, 2017 8:17 PM, "Michael Ciniawsky" ***@***.***> wrote:
👋 We currently are a bit clueless how to handle upgrading
coffeescript-loader to coffescript v2, the 'problem' is the package
rename between v1/v2 from coffee-script´ tocoffescriptsince we handle the
version viapeerDependenciesatm. But ***@***.*** to point
tov1.12.x(v1), which would be fine for v1 support incoffeescript-loader.
Can someone please confirm that at least versions >= 1.12 of the v1 branch
will be available undercoffeescript`? Thy in advance 😛
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4462>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABy6x4HjqwhlOr8MFErGp5dnM2lPjqu-ks5rlLUtgaJpZM4MazaV>
.
|
@mrmowgli yep, the tricky thing isn't setting e.g |
Pinging @GeoffreyBooth for his plans on this... |
The plan at the moment is that
|
@GeoffreyBooth Awesome 👍 just to confirm |
@michael-ciniawsky You can use it now. Also when I published I went by git tags; if someone happened to |
@GeoffreyBooth kk we'll see 😛 should normally be fine. Last question 🙃, are there any breaking changes in the Node API between v1 => v2 ? |
Aside from requiring |
But CS2 requires Node 7+; the compiler itself is now in ES2015 (features supported by Node 7 only) so that’s one thing to be aware of. |
@GeoffreyBooth Alright thx appreciated |
What do I do to use CS2 with coffee-loader? It keeps telling me that I need |
That's a question for coffee-loader. See webpack-contrib/coffee-loader#39 |
👋 We currently are a bit clueless how to handle upgrading
coffeescript-loader
to coffescript v2, the 'problem' is the package rename between v1/v2 fromcoffee-script
tocoffeescript
since we handle the version viapeerDependencies
atm. But alsocoffeescript@latest
seem to point tov1.12.x
(v1), which would be fine for v1 support incoffeescript-loader
. Can someone please confirm that at least versions >= 1.12 of the v1 branch will be available undercoffeescript
aswell? Thx in advance 😛The text was updated successfully, but these errors were encountered: