-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove magicHtml option #379128 (#15)
With #14 , we've also bumped a couple of dependencies. One of it, `webpack-dev-server` now causes issues while serving a template via `npx webpack serve --config webpack.config.js --mode development --progress`. The reason for the failure is the switch to Webpack v5 which introduced a breaking change* regarding the `magicHtml` option, which has been removed completly. As we've never used that feature, we can safely remove the option now. We should afterwards check in detail whether this solves all issues or if there are more breaking changes. *https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md
- Loading branch information
Showing
6 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters