Ivan Kopeykin

Results 33 issues of Ivan Kopeykin

**What kind of change does this PR introduce?** fix naming **Did you add tests for your changes?** no **Does this PR introduce a breaking change?** no **What needs to be...

PR: unreviewed

## Feature request right now webpack puts generated code when executing module in error https://github.com/webpack/webpack/blob/main/lib/javascript/JavascriptModulesPlugin.js#L439 this stack trace will be printed in stdout **What is the expected behavior?** more user...

enhancement
webpack-5

**What kind of change does this PR introduce?** closes #15883 **Did you add tests for your changes?** yes **Does this PR introduce a breaking change?** no **What needs to be...

PR: unreviewed

**What kind of change does this PR introduce?** feature, closes #16041 **Did you add tests for your changes?** no **Does this PR introduce a breaking change?** no **What needs to...

PR: unreviewed

Feature request @vankop I think we should open an issue for supporting `\\` windows UNC paths (https://docs.microsoft.com/ru-ru/dotnet/standard/io/file-path-formats#unc-paths), not high priority, _Originally posted by @alexander-akait in https://github.com/webpack/webpack/issues/12212#issuecomment-920035556_

enhancement
webpack-5

**Feature to document** https://webpack.js.org/configuration/other-options/#immutablepaths https://webpack.js.org/configuration/other-options/#managedpaths Could be a regexp with **required** capture group, which is path itself, e.g. defaults one https://github.com/webpack/webpack/blob/main/lib/config/defaults.js#L384 **Author(s)** **Additional information** [ ] I am willing to...

@vankop hm, you are right, handling all `stringify` methods maybe be difficult, and even unsafe in edge cases, maybe we can docs it as limitation, I don't see any big...

**Intended outcome:** webpack should correctly build `@apollo/client` **Actual outcome:** `require("react-dom/server").renderToStaticMarkup` still preserved in output, see https://github.com/webpack/webpack/issues/16089 **How to reproduce the issue:** https://github.com/webpack/webpack/issues/16089 **Versions** 3.6.9

🐞 bug

**Is your feature request related to a problem? Please describe.** sometimes issue is a result of loaders run, e.g. missing some imports after loaders run. So it will be easier...

feature request
need investigate

for case ```js const { Volume } = require("memfs"); const fs = Volume.fromJSON( { "/a/foo/a": "", "/a/foo/b": "", "/a/foo-2/b": "", "/a/foo-2/c": "", "/b/foo/a": "", "/c/foo/a": "", "/c/foo/package.json": JSON.stringify({ browser: {...

bug
help wanted
good first issue