Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions src/content/guides/migrating-3-to-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Migrating Versions
sort: 15
contributors:
- sokra
- jhnns
- grgur
- domfarolino
- johnnyreilly
- jouni-kantola
- frederikprijck
- chrisVillanueva
- bebraw
- howdy39
- selbekk
- ndelangen
---

The following sections describe the major changes from webpack 3 to 4.

T> If you are running into issues, please see [the changelog](https://github.com/webpack/webpack/releases) for details.

W> Are you looking to migrating from v1 to v2? Here is the blog post detailing how to do it.

## `NoEmitOnErrorsPlugin`

This plugin has been replaced with `optimization.noEmitErrors`. This is on by default in `production` `mode`. Not sure what `mode` is? Check out [here](https://webpack.js.org/concepts/mode/).