You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): add note that plugin postcss-preset-env is used in config example
add note that postcss-preset-env is not installed by default in getting started
section because it is used in the boilerplate configuration
closeswebpack-contrib#548
Then add the plugin to your `webpack` config. For example:
53
53
54
+
> In the following configuration the plugin [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env) is used, which is not installed by default.
0 commit comments