Resolve module aliases in Babel.

If we only resolve them in WebPack the tests will not work.
This commit is contained in:
Caleb
2017-12-08 09:53:28 -07:00
committed by Shawn Erquhart
parent 1590eff831
commit e2125c3555
4 changed files with 55 additions and 38 deletions

View File

@ -78,6 +78,7 @@
"babel-jest": "^21.2.0",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.2.0",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",