question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade to webpack 3

See original GitHub issue

Webpack 3 has released.

This article by @TheLarkinn highlight new features in this release of webpack.


I updated on my local machine and ran on default app.

screen shot 2017-06-20 at 11 01 08 screen shot 2017-06-20 at 11 03 48

This is a pretty straight upgrade, no change in the config. The only thing hindering is chunck.modules has been deprecated and is used by extract-text-plugin, thus throws a depreciation warning. https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/494

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:23
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

13reactions
Timercommented, Jun 20, 2017

Just to set expectations, we won’t be in any rush to upgrade to webpack 3 until it has been battle tested for some time.

7reactions
miraagecommented, Jul 11, 2017

extract-text-webpack-plugin released v3.0.0 a few hours ago. webpack 3 is now supported.

Read more comments on GitHub >

github_iconTop Results From Across the Web

To v4 from v3
js v4 or lower, you need to upgrade your Node.js installation to Node.js v6 or higher. Instructions for upgrading your Node.js version can...
Read more >
Webpack upgrade from 3 to 4
Before starting with an upgrade to v4, let's discuss the high-level definition of webpack. I promise this won't take much time.
Read more >
Migrating from Webpack 3 to 4
Upgrade node to 8.9.4 · Upgrade webpack. The webpack solution's core functionality and CLI code have been split into two repos now. ·...
Read more >
Step by Step Migration - Webpack 3 to Webpack 4
Update the npm version. It should be greater than 8.9.0 . Run command npm -v to check the current version and to upgrade...
Read more >
Moving from Webpack 3 to Webpack 4 — Now with some ...
Learn about what is new with the recent updates moving from Webpack 3 to Webpack 4, and our experience migrating to the new...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found