Skip to content

Commit 682b6f7

Browse files
committed
fix: make postcss work again
1 parent 2dfe58b commit 682b6f7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

postcss.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Hopefully this configuration can go back soon into webpack.config.js.
2+
// SEE: https://github.com/postcss/postcss-loader/issues/92#issuecomment-267206639
3+
module.exports = {
4+
plugins: {
5+
'autoprefixer': {
6+
browsers: ['last 4 versions']
7+
},
8+
},
9+
};

0 commit comments

Comments
 (0)