Skip to content

Commit 5834dd6

Browse files
danielo515romainmenke
authored andcommitted
* fix/webpack-options fixes postcss/postcss-custom-properties#241 * Update INSTALL.md
1 parent 4361146 commit 5834dd6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

plugins/postcss-custom-properties/INSTALL.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ module.exports = {
7474
'style-loader',
7575
{ loader: 'css-loader', options: { importLoaders: 1 } },
7676
{ loader: 'postcss-loader', options: {
77-
ident: 'postcss',
78-
plugins: () => [
79-
postcssCustomProperties(/* pluginOptions */)
80-
]
77+
postcssOptions: {
78+
plugins: [postcssCustomProperties(/* pluginOptions */)],
79+
}
8180
} }
8281
]
8382
}

0 commit comments

Comments
 (0)