Skip to content
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

Webpack 2.0 #23

Closed
dbismut opened this issue Jan 18, 2017 · 8 comments
Closed

Webpack 2.0 #23

dbismut opened this issue Jan 18, 2017 · 8 comments

Comments

@dbismut
Copy link

dbismut commented Jan 18, 2017

Hey - I'm really interested in this, congrats! I've seen that create-react-app is now using webpack 2.0, any plans of doing the same? Just curious, it's not vital considering one of the main objectives of this bootstrap is to not care about webpack configuration...

@lukeed
Copy link
Member

lukeed commented Jan 18, 2017

I'm sure that it can be imported easily, or even rebased from the react version. You're welcome to PR too :)

If you just want to get started with something simpler, you can have a look at my inferno-starter. It's built with Webpack2 but doesn't have all the auto-generation that this repo has.

@dbismut
Copy link
Author

dbismut commented Jan 19, 2017

Hehe don't know if I'm a good candidate for a PR, don't know much about webpack.

@Havunen
Copy link
Member

Havunen commented Jan 23, 2017

React version is still using webpack v1. Let's wait till they upgrade and then follow. This package has quite complex scripts written for webpack.

@Rayraegah
Copy link

Rayraegah commented Feb 15, 2017

@lukeed I actually turned your nice starter into a vue-cli template 📦 for personal use.

@sebastianrothe
Copy link

sebastianrothe commented Feb 16, 2017

The React team switched their webpack version 5 days ago facebook#1291

@lucasavila00
Copy link

@sebastianrothe They've switched it only on their master branch. The latest release is still using webpack1. I guess we should wait for the official release to make the transition here.

@sebastianrothe
Copy link

Oh, sorry you are right.

@Havunen
Copy link
Member

Havunen commented Mar 9, 2017

New version has been released today with Inferno 1.3.0 and Webpack 2. Also all changes from upstream has been merged.

@Havunen Havunen closed this as completed Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

6 participants