redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

ReferenceError: [BABEL] #50

Closed matoslucas closed 6 years ago

matoslucas commented 6 years ago

ReferenceError: [BABEL] C:\tuto\redux-saga-beginner-tutorial\main.js: Unknown option: C:\tuto\redux-saga-beginner-tutorial\node_modules\babel-preset-env\lib\index.js.__esModule while parsing file: C:\tuto\redux-saga-beginner-tutorial\main.js

matoslucas commented 6 years ago

Hot fix, Seems to solve this issue will be required to rollback to the old babel preset (es2015)

I have change the file .babelrc to { "presets": ["es2015", "react", "stage-2"] }