8000 Babel 7 compatibility ? · Issue #27 · akiroom/react-bootstrap-dialog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Babel 7 compatibility ? #27
Open
Open
@EmmanuelCervettiIESSUD

Description

@EmmanuelCervettiIESSUD

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0