From aeae25b74ec67711f07ffbc699d6643342296ca8 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 14 Aug 2019 01:18:07 +0300 Subject: revives autoprefixer which went AWOL during Webpack v1 -> v4 migration --- postcss.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 postcss.config.js (limited to 'postcss.config.js') diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 00000000..88752c6c --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,5 @@ +module.exports = { + plugins: [ + require('autoprefixer') + ] +} -- cgit v1.2.3-70-g09d2