Skip to content

Commit 2fdb87a

Browse files
committed
webpack config: fix postcss options: webpack-contrib/postcss-loader#472 (comment)
1 parent cab3c64 commit 2fdb87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ const config = {
165165
{
166166
loader: 'postcss-loader',
167167
options: {
168-
config: {
169-
path: './tools/postcss.config.js',
168+
postcssOptions: {
169+
config: './tools/postcss.config.js',
170170
},
171171
},
172172
},

0 commit comments

Comments
 (0)