Closed
Description
Version
14.1.1
Reproduction link
https://gist.github.com/weizhenye/2288bcf2854f4ae38f5ba604548fabd3
Steps to reproduce
- Download this gist ZIP
npm i
npm i vue-loader@14.0.1
npm run build
- Open
dist/style.css
npm i vue-loader@14.0.2
npm run build
- Open
dist/style.css
What is expected?
The nesting syntax should be compiled by PostCSS
What is actually happening?
postcss: [cssnext()]
in webpack.config.js
is not working in 14.0.2 (and also v14.1.1)
It might be caused by this commit