christianalfoni / webpack-bin

A webpack code sandbox
http://www.webpackbin.com
MIT License
710 stars 75 forks source link

redux-create-reducer package seems to break webpack-bin #197

Closed codyhatch closed 2 years ago

codyhatch commented 7 years ago

Steps to reproduce: I took the redux boilerplate, added redux-create-reducer package, and I immediately got the errors:

Uncaught ReferenceError: Invalid left-hand side in assignment
Uncaught ReferenceError: webpackbin_vendors is not defined

Example: http://www.webpackbin.com/VJ2bvGmGM

I'm not sure what's going on.