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

Upgrade webpack to version 4. #223

Open
fristonio opened this issue May 6, 2018 · 3 comments
Open

Upgrade webpack to version 4. #223

fristonio opened this issue May 6, 2018 · 3 comments

Comments

@fristonio
Copy link
Member

Origami as of now works on webpack version 3.10 but webpack 4 has been released which has a lot of improvements over webpack3 including less build time and better plugin architecture.
Take a look at Webpack4 what's new

Upgrading the version will improve performance and will make builds faster.

@himanshuc3
Copy link

Hi. As I can see currently in webpack.base.config.js, the only thing it is doing is bundling from the entry point index.js. One thing that could be changed is definitely the CommonsChunkPlugin. I would first make that commit see if there is some preformance change also, I would suggest to make a build-utils folder instead of littering the top level folder with these build utilities.

@ghost
Copy link

ghost commented Dec 29, 2018

Hi, i would like to work on this.

@ghost
Copy link

ghost commented Jan 15, 2019

#286

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

No branches or pull requests

2 participants