Я использую приложение create-реакции-приложение для разработки кода для корпоративного ввода anet. Это система на базе Microsoft, поэтому использование IE необходимо. К сожалению, ничто из того, что я пробовал, не позволяет мне загрузить его в Inte rnet Exploder.
Вот мой пакет. json файл. Дайте мне знать, если другие файлы требуются. Мое знакомство с Babel и веб-пакетом, к сожалению, отсутствует, поэтому мне нужна вся помощь, которую я могу получить в этом.
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.4.1",
"bootstrap-social": "^5.1.1",
"font-awesome": "^4.7.0",
"http-proxy-middleware": "^0.20.0",
"jquery": "^3.4.1",
"popper": "^1.0.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-nested-menu": "^1.0.9",
"react-popper": "^1.3.7",
"react-redux": "^7.1.3",
"react-redux-form": "^1.16.14",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"reactstrap": "^8.2.0",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && xcopy /E /Q /H /Y build c:\\inetpub\\ReactFrontEnd",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11",
"ie 10"
]
},
"proxy": "http://localhost:81/",
"devDependencies": {
"@babel/polyfill": "^7.8.3",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3"
}
}
Спасибо.