Switch back to babel-loader (#5143)

* Switch back to babel-loader

* Preserve existing caller options. Use Object.assign instead of object spread.

* Updated filename in package.json

* Update comment about cache identifier

* Update macro check to use a regex

* Move macro check regex out of function
This commit is contained in:
Ian Sutherland
2018-09-27 17:17:21 -06:00
committed by Joe Haddad
parent af61071a85
commit 39c73ce5e3
8 changed files with 45 additions and 54 deletions

View File

@@ -26,7 +26,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "8.0.2",
"babel-loader": "8.0.4",
"babel-plugin-named-asset-import": "^0.2.0",
"babel-preset-react-app": "^4.0.0",
"bfj": "6.1.1",