Skip to content

1.0.14 upgrade #115

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

Open
tim-field opened this issue Oct 30, 2017 · 10 comments
Open

1.0.14 upgrade #115

tim-field opened this issue Oct 30, 2017 · 10 comments

Comments

@tim-field
Copy link

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

@aislanmaia
Copy link

For now, it is 1.0.16 the latest version.

@webmobiles
Copy link

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' ?

@artursmirnov
Copy link

It's 1.0.17 already

@JohnAlbin
Copy link

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
Copy link

JohnAlbin commented Nov 27, 2017

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

@vsanthanam
Copy link

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

@kitze
Copy link
Owner

kitze commented Apr 4, 2018

@vsanthanam PR is welcome :)

@vsanthanam
Copy link

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

@kitze
Copy link
Owner

kitze commented Apr 6, 2018

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

@vsanthanam
Copy link

: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!

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

No branches or pull requests

7 participants