From e7b73419edc9534fff0f1680048769cfbdac6246 Mon Sep 17 00:00:00 2001 From: Itay Ganor <6430313+itayganor@users.noreply.github.com> Date: Fri, 9 Jun 2023 23:11:50 +0300 Subject: [PATCH] docs: fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d75a79b0..69f6d81b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,7 @@ All notable changes to this project will be documented in this file. See [standa ### ⚠ BREAKING CHANGES * Drop support for `webpack` 4 and `node` <= 10 - For older webpack or node versions please use `html-webpack-plugin` 4.x -* Entry javascript resources are now beeing loaded deferred in the `` tag to improve the page load performance by default - You can set the `scriptLoading` option to `'blocking'` to keep the previous behaviour +* Entry javascript resources are now being loaded deferred in the `` tag to improve the page load performance by default - You can set the `scriptLoading` option to `'blocking'` to keep the previous behaviour * Setting publicPath to `''` (an empty string) will no longer calculate a relative path from the html file to the assets anymore - You can set the `publicPath` option to `'auto'` to keep the previous behaviour * Plugins for `html-webpack-plugin` which add additional assetTags should provide a `meta` attribute * Drop support for `appcache-webpack-plugin`