nyngwang
nyngwang
I just realized that webpack-dev-server is now in v5 after reading this PR ... and now I'm in the same boat since I accidentally also updated it.
@captainamerican Thank you so much! This saves me from using `--force` for the following days of waiting.
Does this refactor mean that we can write `webpack.config.js` in ESM without relying on the package.json `"type": "module"` because an ESM can easily import another ESM? ## Background There is...
@alexander-akait I can't. I got an error: Notice that I didn't use `@babel/register` with config name `webpack.config.babel.js` and I didn't add `"type": "module"` in package.json. By webpack support with the...
@alexander-akait That works :) and actually I'm using it before asking. But I don't like it. One reason is that everything `webpack.config.mjs` import/call/use will also need to be specific `.mjs`....
@alexander-akait OK, but I rarely see people using `.mjs` even in some popular projects, and as I have linked above, there are currently some bugs with the kindly added new...
@karinaodm Say I want to modify the definition of segment cost, do you know where is the definition in the code?
@gipo355 Lol, I think that's not possible and not realistic for this simple project, to be honest. What you proposed is equivalent to building a clone of [Significant-Gravitas/Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT) (more than...
I got the same problem. Is anybody here?
@wookayin I would like to know about your choice between that maintained fork and [this one](https://github.com/brenoprata10/nvim-highlight-colors) I'm using. (I found the latter after my last reply. It currently has some...