Skip to content

Commit

Permalink
correcting and updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jan 28, 2021
1 parent e91acb1 commit b9a849b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* `terser-webpack-plugin` from 1 to 5
* `webpack-cli` from 3 to 4
* `webpack-manifest-plugin` from 2 to 3
* `webpack-manifest-plugin` from 3 to 4-beta
* `webpack-dev-server` from 3 to 4-beta [CHANGELOG](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#400-beta0-2020-11-27)

* [DEPENDENCY SUPPORT CHANGES] Encore has changed what versions it supports
of the following packages:
Expand Down
1 change: 0 additions & 1 deletion lib/config-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ class ConfigGenerator {
},
// avoid CORS concerns trying to load things like fonts from the dev server
headers: { 'Access-Control-Allow-Origin': '*' },
// required by FriendlyErrorsWebpackPlugin
compress: true,
historyApiFallback: true,
https: this.webpackConfig.useDevServerInHttps()
Expand Down

0 comments on commit b9a849b

Please sign in to comment.