We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fd7b0 commit 60d7dcdCopy full SHA for 60d7dcd
lib/style-compiler/index.js
@@ -27,7 +27,7 @@ module.exports = function (css, map) {
27
28
loadPostcssConfig(this, vueOptions.postcss)
29
.then(config => {
30
- const plugins = [trim].concat(config.plugins)
+ const plugins = config.plugins.concat(trim)
31
const options = Object.assign(
32
{
33
to: this.resourcePath,
0 commit comments