Open TitoVince35 opened 6 years ago
While I still believe the approach of this package is the best for a server compiled with Webpack, I simply don't use it anymore because I no longer use Webpack for the server. Running native ESM using node --experimental-modules
via .mjs
is great! With the latest versions of Node.js you don't really need to transpile anything anymore. I use Next.js for clients, which handles watching.
Since I stopped using this package the dependencies have gotten a little out of date. For example, Webpack v4 (which you are using) has not been tested and added to the peer dependency version range.
Nothing jumps out glancing over your setup, but then I could be missing something obvious, sorry!
Ok, thanks for the quick answer. I'm just trying to lift up a bit my company's legacy technical stack, but we're not there yet. I understand it's quite a challenge to keep up with the dependencies' fast upgrade, since you no longer rely on this package. Nevermind, it's more like a warning than an actual error, anyway. Have a nice day.
Hello, Everything seems to be working OK, but I get this error at every build/start:
Here is my package.json
Here is webpack.dev.xeapi.js
...and the required webpack.common.xeapi.js
Does that ring a bell?
Thanks in advance,
Vince