From 6c9ee4b79e0cedaf544dbf224b9252c2fac76b41 Mon Sep 17 00:00:00 2001 From: Johannes Koggdal Date: Fri, 13 Sep 2019 10:46:10 +0200 Subject: [PATCH] docs: add missing breaking change for 2.0.0 See more in: https://github.com/webpack-contrib/terser-webpack-plugin/issues/150 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d0f474..8bc9c813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. See [standa * the `cache` option is `true` by default * the `parallel` option is `true` by default * using the `extractComments.condition` option with `true` value extract only `some` comments +* the `sourceMap` option now defaults to depending on the `devtool` Webpack option ### Bug Fixes