custom-react-scripts icon indicating copy to clipboard operation
custom-react-scripts copied to clipboard

1.0.14 upgrade

Open tim-field opened this issue 8 years ago • 10 comments

Hi, thanks for your work on this, do you have plans to update to the react-scripts version ( currently 1.0.14 )

tim-field avatar Oct 30 '17 03:10 tim-field

For now, it is 1.0.16 the latest version.

aislanmaia avatar Nov 02 '17 22:11 aislanmaia

I've thought last was 1.0.15, readme of custom-react-scripts at the top says 'Latest version of original react-scripts: 1.0.11' ?

webmobiles avatar Nov 16 '17 18:11 webmobiles

It's 1.0.17 already

artursmirnov avatar Nov 27 '17 02:11 artursmirnov

NPM shows that "custom-react-scripts 0.2.1 is the latest of 27 releases".

https://www.npmjs.com/package/custom-react-scripts

I think we need to publish the most recent version of this package to npm.

JohnAlbin avatar Nov 27 '17 06:11 JohnAlbin

BTW, the normal work-around of using the github url directly (to get the latest unpublished package) instead of the npm name doesn't work because there is no "name" in package.json.

> create-react-app demo --scripts-version kitze/custom-react-scripts
Installing react, react-dom, and kitze/custom-react-scripts...
error Package "undefined@undefined" doesn't have a "name".
> yarn add kitze/custom-react-scripts
error Package "undefined@undefined" doesn't have a "name".

~~Why does custom-react-scripts's package.json not have a "name"? And why does it have a "private": true?~~ Ah. I see that is how the original file looks and has nothing to do with this fork. :-\ https://github.com/facebookincubator/create-react-app/blob/master/package.json

JohnAlbin avatar Nov 27 '17 07:11 JohnAlbin

any plans to get the latest version of react-scripts into this repo?

vsanthanam avatar Apr 04 '18 03:04 vsanthanam

@vsanthanam PR is welcome :)

kitze avatar Apr 04 '18 09:04 kitze

My knowledge of such things is practically zero — but I’ll give it a try!

vsanthanam avatar Apr 04 '18 14:04 vsanthanam

@vsanthanam There is a new 2.0 release coming soon so I might release with that one ..

kitze avatar Apr 06 '18 08:04 kitze

:O awesome!

the current release has this super annoying bug which causes warnings to be thrown up in jest when using react 16.0+. I believe the fixed it in later versions of react-scripts, or at least that's what I gathered from the thread on the issue tracker.

I love this repo -- easiest way to add less.js to a create-react-app that I could find. Thanks for helping beginners like me do cool things!

vsanthanam avatar Apr 06 '18 15:04 vsanthanam