File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.28.0
4
+
5
+ * Don't make ` @babel/preset-env ` use ` forceAllTransforms ` option
6
+ in production - this will reduce build size in production
7
+ for environments that only need to support more modern
8
+ browsers - #612 thanks to @Lyrkan .
9
+
10
+ * Added support with ` enablePostCssLoader() ` to process files
11
+ ending in ` .postcss ` or using ` lang="postcss" ` in Vue - #594
12
+ thanks to @Lyrkan .
13
+
14
+ * Allow ` resolve-url-loader ` to be configured via ` enableSassLoader() ` -
15
+ #603 thanks to @diegocardoso93 .
16
+
17
+ * [ BC Break] Removed the ability to use ` [chunkhash] ` in
18
+ ` configureFilenames() ` , which was already deprecated and
19
+ no longer reliable - #608 thanks to @Lyrkan .
20
+
3
21
## 0.27.0
4
22
5
23
* [ Behavior Change] The Babel configuration ` sourceType ` default was
You can’t perform that action at this time.
0 commit comments