webpack2中postcss-loader報錯noconfigfound

在項目根目錄下建立一個postcss.config.js文件,配置以下:css

module.exports = {
    plugins: [
        require('autoprefixer')({
            browsers: ['last 5 versions']
        })
    ]
}

直接運行 npm run dev 就能夠了npm

相關文章
相關標籤/搜索