refactor: webpack vendor, postcss + fixes

This commit is contained in:
NGPixel
2018-01-26 20:22:31 -05:00
parent 6227690c94
commit 1be3234ba1
8 changed files with 517 additions and 69 deletions

View File

@@ -1,2 +1,12 @@
module.exports = {
plugins: {
'autoprefixer': {},
'cssnano': {
preset: ['default', {
discardComments: {
removeAll: true
}
}]
}
}
}