Remove redundent plugin declaration

This commit is contained in:
Jordan Eldredge 2018-11-19 19:57:34 -08:00
parent ab4774969e
commit f1047ae33c

View file

@ -26,7 +26,6 @@
],
"env": {
"test": {
"presets": ["@babel/preset-react"],
"plugins": [
"@babel/plugin-transform-modules-commonjs",
"@babel/plugin-syntax-dynamic-import"