cj348986512

Results 1 comments of cj348986512

encountered same problem, after I deleted below config in vue.config.js, it worked: css: {, loaderOptions: { postcss: { plugins: [ require("postcss-pxtorem")({ rootValue: 14, propList: ["*"], }), ], }, }, },