Open
Description
I think it would be nice to be able to use webpack loaders in mvi.js, to do things like require('style.css')
. This is currently not possible because the server loads mvi.js directly. Only the client-side bundle.js is produced by webpack.
An additional bundle for the server side would be needed for this to work. Would you consider a pull request?