From 052c07a0168a24e2bb15fd8890c9e485c5a3fe97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E8=B1=AA?= Date: Thu, 21 Oct 2021 16:51:52 +0800 Subject: [PATCH] doc(README.md): fix a broken markdown link (#919) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f63ea7e0..33ebb7e6 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ You will need to exclude them form `babel-loader`. ### Top level function (IIFE) is still arrow (on Webpack 5) -That function is injected by Webpack itself _after_ running `babel-loader`. By default Webpack asumes that your target environment supports some ES2015 features, but you can overwrite this behavior using the `output.environment` Webpack option ([documentation]((https://webpack.js.org/configuration/output/#outputenvironment)). +That function is injected by Webpack itself _after_ running `babel-loader`. By default Webpack asumes that your target environment supports some ES2015 features, but you can overwrite this behavior using the `output.environment` Webpack option ([documentation](https://webpack.js.org/configuration/output/#outputenvironment)). To avoid the top-level arrow function, you can use `output.environment.arrowFunction`: