canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

Fix bundlers build #511

Closed cherifGsoul closed 4 years ago

cherifGsoul commented 4 years ago

A module.exports was inside a !steal-remove block but outside a process.env.NODE_ENV check, causing production webpack builds to be broken. Same as #506 but for v3.2.x.

Closes #509