Commit 78ad3170 by Ari Rizzitano

kill root webpack config

parent e67c05cf
...@@ -9,7 +9,11 @@ ...@@ -9,7 +9,11 @@
"react/no-array-index-key": "off" "react/no-array-index-key": "off"
}, },
"settings": { "settings": {
"import/resolver": "webpack" "import/resolver": {
"node": {
"extensions": [".js", ".jsx"]
}
}
}, },
"env": { "env": {
"jest": true "jest": true
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment