We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6d0fa commit 2252d66Copy full SHA for 2252d66
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# CHANGELOG
2
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
15
## 0.11.0
16
17
* The `webpack` package was upgraded from version 2.2 to 3.1 #53. The
0 commit comments