Reason-scripts archived?


#1

I’m reading that the reason-scripts repo has been archived. Is there a reason for that? Are there any alternatives?


#2

You could try using Parcel:


#3

That’s awesome! I didn’t realized Parcel handled ReasonML!


#4

It was deprecated yes. but you should be able to use whatever system you’re comfortable with reasonml. Check out a blog I recently wrote on this topic


#5

I made https://github.com/eldh/bs-react-scripts as a replacement for reason-scripts. It mostly just adds bsb on top of react-scripts and disables lint rules.


#6

There seems to be a security issue in webpack-dev-server which is a dependency of reason-scripts.
https://nvd.nist.gov/vuln/detail/CVE-2018-14732

Does anyone have any idea how to upgrade this sub-dependency?

I tried

yarn upgrade reason-scripts --deep --latest

but it does not upgrade webpack-dev-server since the version number is fixed in reason-scripts. Should I just migrate to some other package instead?


#7

reason-scripts is deprecated, please migrate away to another toolchain. The built-in bsb system works pretty well with just npm and a bundler.