We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在升级webpack3的时候,关于postcss的plugins不知道如何配置,我给postcss-loader的options.plugings添加了一个函数,结果失败,页面样式错乱: plugins: (loader) => [precss, autoprefixer, rucksackCss, px2rem(px2remOpts)] 求助升级到webpack3,postcss-loader在step-04中的配置
plugins: (loader) => [precss, autoprefixer, rucksackCss, px2rem(px2remOpts)]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在升级webpack3的时候,关于postcss的plugins不知道如何配置,我给postcss-loader的options.plugings添加了一个函数,结果失败,页面样式错乱:
plugins: (loader) => [precss, autoprefixer, rucksackCss, px2rem(px2remOpts)]
求助升级到webpack3,postcss-loader在step-04中的配置
The text was updated successfully, but these errors were encountered: