-
Couldn't load subscription status.
- Fork 918
Closed
Labels
Description
Version
14.1.1
Reproduction link
https://gist.github.com/weizhenye/2288bcf2854f4ae38f5ba604548fabd3
Steps to reproduce
- Download this gist ZIP
npm inpm i vue-loader@14.0.1npm run build- Open
dist/style.css npm i vue-loader@14.0.2npm 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
vbatoufflet and sscharfenberg