Skip to content

Commit 2252d66

Browse files
committed
prepping changelog
1 parent 1c6d0fa commit 2252d66

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## 0.12.0
4+
5+
* Fixed a bug with webpack 3.4.0 ("Can't resolve dev") - #114.
6+
7+
* Added `--keep-public-path` option to `dev-server` that allows
8+
you to specify that you do *not* want your `publicPath` to
9+
automatically point at the dev-server URL. Also relaxed the
10+
requirements when using `dev-server` so that you *can* now
11+
specify a custom, fully-qualified `publicPath` URL - #96
12+
13+
* Fixed bug where `@import` CSS wouldn't use postcss - #108
14+
315
## 0.11.0
416

517
* The `webpack` package was upgraded from version 2.2 to 3.1 #53. The

0 commit comments

Comments
 (0)