Skip to content

Commit 9812a6a

Browse files
committed
Webpack 5 - Updated Changelog and fix demo.scss
1 parent d9601e3 commit 9812a6a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Configuration per **environment**
4343
### New Dependencies
4444

4545
* [`css-minimizer-webpack-plugin`](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/) support for `webpack 5`.
46+
* [`webpack-dev-server`](https://webpack.js.org/configuration/dev-server/) user to simplify development process.
4647

4748
### Packages Major Version Updates
4849

src/scss/demo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ header {
1010
color: $caption-color;
1111
text-align: center;
1212
background: $foreground-color url('../images/design/heading.png') center 20px no-repeat;
13-
padding: 60px 30px 30px 30px;
13+
padding: 60px 30px 30px;
1414
background-size: 160px;
1515
}
1616

0 commit comments

Comments
 (0)