shama / webpack-stream

:tropical_drink: Run webpack through a stream interface
MIT License
1.39k stars 122 forks source link

Use Virtual-Module-Webpack-Plugin, but failed. #158

Open lenghan4real opened 7 years ago

lenghan4real commented 7 years ago

https://github.com/rmarscher/virtual-module-webpack-plugin, It works well with webpack directly. However when I use webpack-stream, I got 'Module not found: Error: Can't resolve.....'. What it can't resolve, is the virtual module that plugin help realized. Any solution on that?

shama commented 7 years ago

Could you provide an example for me or someone else to try? I'm not familiar with that plugin.