Fix Webpack, PostCSS and related configs

This commit is contained in:
panr 2018-07-23 20:55:16 +02:00
parent cc7f434e0f
commit ee72421ecb
13 changed files with 886 additions and 1127 deletions

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"parser": "babylon",
"printWidth": 100,
"trailingComma": "all"
}