-
Notifications
You must be signed in to change notification settings - Fork 11
If this lib is CURRENTLY UNMAINTAINED, then what I should do to use webpack client side files in node.js? #15
Comments
You can compile it with The project is just |
Ok, I will try but for dev is not optimal, right? I remember the last time it didn't worked well.
If you need help, and if I will have some time in the future, I might help you. |
@sokra Are loaders still supposed to implement sync support as well? I've implemented it for the sass-loader, but it makes the code a lot harder to maintain... |
@jhnns I don't have an answer yet. Not sure if |
I've tried both and work pretty good.
|
I'm using https://github.com/istarkov/babel-plugin-webpack-loaders for my development environment, I'm wondering the same things. I'm only using |
Why don't you use |
To begin with the context, I'm working on the server side with React. Edit: @jhnns Turns out that |
Cool 👍 |
I have a large app built on webpack and the server side uses that files. How I'm supposed to make them work (in the future) if this project is "CURRENTLY UNMAINTAINED"? I should use another lib or what?
The text was updated successfully, but these errors were encountered: