You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add babel-preset-es2015 to babel-register and webpack
- Save dependency:
* [email protected]
- Ensure ES6 is compiled to ES5:
- On server (add preset to `babel-register`)
- On client (add preset to babel-loader in `webpack.config.js`)
0 commit comments