From e1f15d35e905c45cc7bf85b81544d14f67caa8cf Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 19 Oct 2020 20:33:47 +0300 Subject: postcss-preset-env stage 0 required for custom-media --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index 843e9b69..77844515 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -52,7 +52,7 @@ module.exports = (env, argv) => { postcssOptions: { plugins: [ 'stylelint', - 'postcss-preset-env' + ['postcss-preset-env', { stage: 0 } ] ] } } -- cgit v1.2.3