Skip to content

Commit f149b88

Browse files
committed
fix: fixes broken postcss due to extra argument passed to pluginConfig
1 parent 225bee3 commit f149b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ async function createConfig(options, entry, format, writeMeta) {
448448
plugins: []
449449
.concat(
450450
postcss(
451-
configOverride.pluginConfig('postcss', options, {
451+
configOverride.pluginConfig('postcss', {
452452
plugins: [
453453
autoprefixer(),
454454
options.compress !== false &&

0 commit comments

Comments
 (0)