mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
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:
committed by
Joe Haddad
parent
af61071a85
commit
39c73ce5e3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user