Skip to content

Commit d236b7a

Browse files
committed
bumping CHANGELOG for 0.28.0
1 parent 9801b84 commit d236b7a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

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+
321
## 0.27.0
422

523
* [Behavior Change] The Babel configuration `sourceType` default was

0 commit comments

Comments
 (0)