github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/build-blockchain-insurance-app-master/web/src/.babelrc (about) 1 { 2 "presets": [ 3 "env", 4 "react" 5 ], 6 "env": { 7 "development": { 8 "plugins": [ 9 "react-hot-loader/babel" 10 ] 11 }, 12 "production": {} 13 }, 14 "plugins": [ 15 "react-intl" 16 ] 17 }