Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- first party support for `sass` ([#41](https://github.com/JBKLabs/react-dev/issues/41))

### Updated

- migrate webpack dev server off of deprecated `setup` ([#42](https://github.com/JBKLabs/react-dev/issues/42))

## [0.5.0] - 2020-05-01

### Updated
Expand Down
2 changes: 1 addition & 1 deletion lib/src/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const devServer = !isProduction
port: 8080,
publicPath: '/',
hot: true,
setup: localEnvironmentSetup
before: localEnvironmentSetup
}
: undefined;

Expand Down