Closed nicolabortignon closed 5 years ago
add .babelrc file in root directory of the project
with below configuration
{ "presets": [ [ "env", { "modules": false } ], "react", "stage-0" ], "env": { "production": { "only": ["app"], "plugins": [ "transform-react-remove-prop-types", "transform-react-constant-elements", "transform-react-inline-elements" ] }, "test": { "plugins": ["transform-es2015-modules-commonjs", "dynamic-import-node"] } } }
@nicolabortignon Have you resolved the issue now?
@manishbalyan's solution solves the issue. Will PR the Readme to add the info.
On Osx 10.14. Node v8.12.0 NPM 6.4.1.
Just out of fresh clone: