- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6.3k
Closed
Labels
needs team reproWe acknowledged your report and will soon try to reproduce itWe acknowledged your report and will soon try to reproduce it
Description
Version
3.0.1
Reproduction link
https://github.com/adamwathan/vue-cli3-extract-postcss-bug
Node and OS info
Node 10.9.0 / yarn 1.9.4 / macOS 10.13.6
Steps to reproduce
- 
Create a new vue-cli project 
- 
Add a vue.config.js file with the following contents: 
module.exports = {
  css: {
    extract: false
  }
}- Run npm run build
What is expected?
The final CSS injected by the JS in the dist folder is processed by the configured PostCSS plugins, like autoprefixer.
What is actually happening?
PostCSS plugins are not being applied, so even out of the box autoprefixer isn't working for example. You can see that the transform property in App.vue is not being duplicated with the -webkit prefix for example.
Metadata
Metadata
Assignees
Labels
needs team reproWe acknowledged your report and will soon try to reproduce itWe acknowledged your report and will soon try to reproduce it