diff options
| author | Henry Jameson <me@hjkos.com> | 2019-08-14 01:18:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-08-14 01:18:07 +0300 |
| commit | aeae25b74ec67711f07ffbc699d6643342296ca8 (patch) | |
| tree | 30e81953d19db3b6eac867ffd53dbb975eee754b /postcss.config.js | |
| parent | 58b9b6c0a2005a7f3ad2d3b8791635fd10d0ea36 (diff) | |
revives autoprefixer which went AWOL during Webpack v1 -> v4 migration
Diffstat (limited to 'postcss.config.js')
| -rw-r--r-- | postcss.config.js | 5 |
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') + ] +} |
