Skip to content

postcss option is not working after v14.0.2 #1160

Closed
@weizhenye

Description

@weizhenye

Version

14.1.1

Reproduction link

https://gist.github.com/weizhenye/2288bcf2854f4ae38f5ba604548fabd3

Steps to reproduce

  1. Download this gist ZIP
  2. npm i
  3. npm i vue-loader@14.0.1
  4. npm run build
  5. Open dist/style.css
  6. npm i vue-loader@14.0.2
  7. npm run build
  8. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions