Skip to content

Commit 8dc8492

Browse files
committed
Merge branch 'release/1.1.0'
2 parents 1bf2cea + f5d6fa0 commit 8dc8492

File tree

6 files changed

+531
-1693
lines changed

6 files changed

+531
-1693
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Annotated webpack 4 config changelog
22

3+
## 1.1.0 - 2019-05-31
4+
### Changed
5+
* Switched over to using `webpack-dashboard` `^3.0.0`
6+
* Added `debug` to `scripts` to bypass `webpack-dashboard` as needed
7+
* Removed `sane` since `webpack-dev-server ^3.3.0` fixes the sub-directory [watchContentBase issue](https://github.com/webpack/webpack-dev-server/issues/1694)
8+
* Update to [TailWind CSS](https://tailwindcss.com/) `^1.0.0`
9+
10+
## 1.0.6 - 2019-05-18
11+
### Changed
12+
* Removed the now deprecated `@babel/polyfill` since we're using `core-js` directly
13+
314
## 1.0.5 - 2019-05-14
415
### Changed
516
* Use `@babel/preset-env` with `usage` polyfills as per the article [Working with Babel 7 and Webpack](https://www.thebasement.be/working-with-babel-7-and-webpack/#a-cleaner-approach)

0 commit comments

Comments
 (0)