aboutsummaryrefslogtreecommitdiff
path: root/postcss.config.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-08-14 01:18:07 +0300
committerHenry Jameson <me@hjkos.com>2019-08-14 01:18:07 +0300
commitaeae25b74ec67711f07ffbc699d6643342296ca8 (patch)
tree30e81953d19db3b6eac867ffd53dbb975eee754b /postcss.config.js
parent58b9b6c0a2005a7f3ad2d3b8791635fd10d0ea36 (diff)
revives autoprefixer which went AWOL during Webpack v1 -> v4 migration
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js5
1 files changed, 5 insertions, 0 deletions
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')
+ ]
+}