Open
Description
Hello, I have babel 7 runtime (@babel/runtime) but react-boostrap-dialog seems to need babel < 7 runtime (babel-runtime)
Here is the compilation error :
`
These dependencies were not found:
- babel-runtime/core-js/object/assign in ./node_modules/react-bootstrap-dialog/dist/index.js
- babel-runtime/core-js/object/get-prototype-of in ./node_modules/react-bootstrap-dialog/dist/PromptInput.js, ./node_modules/react-bootstrap-dialog/dist/Prompts.js and 1 other
- babel-runtime/helpers/classCallCheck in ./node_modules/react-bootstrap-dialog/dist/PromptInput.js, ./node_modules/react-bootstrap-dialog/dist/Prompts.js and 1 other
- babel-runtime/helpers/createClass in ./node_modules/react-bootstrap-dialog/dist/PromptInput.js, ./node_modules/react-bootstrap-dialog/dist/index.js
- babel-runtime/helpers/extends in ./node_modules/react-bootstrap-dialog/dist/index.js
- babel-runtime/helpers/inherits in ./node_modules/react-bootstrap-dialog/dist/index.js, ./node_modules/react-bootstrap-dialog/dist/PromptInput.js and 1 other
- babel-runtime/helpers/possibleConstructorReturn in ./node_modules/react-bootstrap-dialog/dist/index.js, ./node_modules/react-bootstrap-dialog/dist/PromptInput.js and 1 other
`
Here is the babel part of my package.json
"@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.4.5",
Metadata
Metadata
Assignees
Labels
No labels