Skip to content

Commit 54b4bf8

Browse files
committed
Update tests
1 parent 144075b commit 54b4bf8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/webpack.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ module.exports = {
1111
path: path.join(__dirname, '..', 'build'),
1212
filename: 'test.js'
1313
},
14-
postcss: {
15-
defaults: [blue, red],
16-
blues: [blue]
14+
postcss: function () {
15+
return {
16+
defaults: [blue, red],
17+
blues: [blue]
18+
};
1719
}
1820
};

0 commit comments

Comments
 (0)