indutny / webpack-common-shake

CommonJS Tree Shaker plugin for WebPack
918 stars 13 forks source link

Issues with redux-observable #18

Open ansballard opened 7 years ago

ansballard commented 7 years ago
Windows 10
Node 8.4
NPM 5.3
redux-observable 0.16

Been tracking down why random bits of my page were breaking when using the minified bundle, and it turns out this plugin breaks combineEpics, as well as something else I can't run down. All I know is removing this plugin resolves my issues. Will add more details if I find them, but for now I just have to deploy my stuff. Thanks for the plugin, it's been 100% awesome up till this one use case!