Handle css with webpack

This commit is contained in:
Ken-Håvard Lieng 2018-04-13 20:47:39 +02:00
parent 3d4c1baeda
commit 94f3777f5f
8 changed files with 214 additions and 234 deletions

View file

@ -4,10 +4,7 @@
"@babel/preset-env",
{
"modules": false,
"loose": true,
"targets": {
"browsers": ["ie 11"]
}
"loose": true
}
],
"@babel/preset-react",