Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

WIP: Upgrade to webpack 3 #505

Merged
merged 1 commit into from
Aug 1, 2017

Conversation

zaggy
Copy link
Contributor

@zaggy zaggy commented Jul 17, 2017

I upgraded webpack to version 3 for launchpad. Also I bumped flow to version 0.50, updated lerna to a stable version, made sure lerna uses yarn client now.

This requires extensive testing, as while it is running when I do yarn start, there might be several regressions. But I suppose that full testing might be done only after we bump launchpad version and check it in debugger.html?

There might be issues with Chrome, as one portion of the webpack config which was used as a hack to fix Chrome performance is not working anymore.

Copy link

@TheLarkInn TheLarkInn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be extra work, but IMO might pay off later down the road to alter the structure of this config while you can for different development environments by breaking it out to be a bit more composable. Here's an example https://github.com/TheLarkInn/webpack-academy-starting-out-right/blob/master/webpack.config.js

@jasonLaster jasonLaster merged commit af9d455 into firefox-devtools:master Aug 1, 2017
@zaggy
Copy link
Contributor Author

zaggy commented Aug 1, 2017

@TheLarkInn I do absolutely agree with that. I think current configs are a bit complicated and would love it to be more functional in nature.

@jasonLaster
Copy link
Contributor

@zaggy I created a webpack-merge issue #542 :)

Would love to see us organize + test our configs

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

Successfully merging this pull request may close these issues.

3 participants