Skip to content

Commit

Permalink
fix: enable stage 3 for postcss preset env (#4308)
Browse files Browse the repository at this point in the history
* fix: enable stage 3 for postcss preset env

* chore: add changelog
  • Loading branch information
ClarkXia committed May 19, 2021
1 parent 1455a41 commit eef5acf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/build-scripts-config/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 3.0.1

- [feat] enable stage 3 for postcss preset env

## 3.0.0

- [feat] upgrate less and less-loader
Expand Down
@@ -1,5 +1,7 @@
const defaultConfig = {
plugins: [['postcss-preset-env', {
// Without any configuration options, PostCSS Preset Env enables Stage 2 features.
stage: 3,
browsers: [
'last 2 versions',
'Firefox ESR',
Expand Down

0 comments on commit eef5acf

Please sign in to comment.