Skip to content

Commit 052c07a

Browse files
authored
doc(README.md): fix a broken markdown link (#919)
1 parent 199c207 commit 052c07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ You will need to exclude them form `babel-loader`.
252252

253253
### Top level function (IIFE) is still arrow (on Webpack 5)
254254

255-
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)).
255+
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)).
256256

257257
To avoid the top-level arrow function, you can use `output.environment.arrowFunction`:
258258

0 commit comments

Comments
 (0)