“SyntaxError: Cannot use import statement outside a module” with Babel, Jest, and webpack
问题 I have a problem with configurations of Babel 7, Webpack 4 and Jest. While I'm running tests I'm getting following error: SyntaxError: Cannot use import statement outside a module package.json "@babel/core": "^7.7.5", "@babel/highlight": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.8.4", "babel-core": "^7.0.0-bridge.0", "babel-loader": "^7.1.5", "@babel/plugin-transform-runtime": "^7.7.4", "@babel/preset-react": "^7.7.4", "@babel/runtime": "^7.8.4",