Ed Morley
Ed Morley
@SuperOleg39 thank you for the PR and @opl- thank you for the really helpful review/thoughts. I don't use webpack day to day any more, so am reliant on suggestions as...
We'd accept a PR adding native support for `chunkIds` too :-)
It would seem that perhaps the easiest way would be to add support within webpack-chain, if it were seen to be something that people would use? @eliperelman thoughts?
@githoniel Thank you for the PR! > I have no idea how to deal with Travis CI, any idea? Unfortunately there are no more Travis CI credits, so this repo...
Btw I've just renamed the `master` branch to `main`. GitHub gives these instructions for updating local repos: ``` git branch -m master main git fetch origin git branch -u origin/main...
> Would it be possible to split as many changes out of the PR as possible that aren't directly related to webpack 5? For example these should be separate PRs:...
One of the issues here, is that the webpack-chain's representation of a webpack-config is richer than the original webpack-config. That is, there is additional metadata that names parts of the...
@zollero Hi! I'm not actively working on any project that uses webpack, so haven't used Neutrino or webpack-chain for some time. As such it's hard to justify spend time maintaining...
Hi! The webpack-chain API mirrors the long-form loader webpack schema, and so requires that loaders be set individually rather than in an array: https://github.com/neutrinojs/webpack-chain#config-module-rules-uses-loaders-creating For example: ```js config.module .rule('po') .test(/\.po$/)...
Hi @homeant, this issue is about adding documentation for the `rule.exclude` feature, whereas that seems unrelated? Generally it's best to keep issues to just one topic. It sounds like you're...