Skip to content

discussions Search Results · topic:webpack org:webpack fork:true

1.5k results
 (115 ms)

1.5k results

inwebpack (press backspace or delete to remove)

Hi Webpack team and GSoC mentors, I m payal, a student interested in contributing to Webpack through GSoC 2025. I m particularly excited about the Unified Webpack Dev Tools project. I have experience ...

Currently I’m migrating my project from Webpack 4 to Webpack 5. Project uses SystemJS modules. In Webpack 4 when you bundle a library (e. g. React) as SystemJS module, default import of resulting module ...

h2 Introduction and Setup /h2 img width= 1256 height= 470 alt= image src= https://github.com/user-attachments/assets/eada3b10-220e-4205-b9b0-faa39e6f8e6d / I use angular and ngx-build-plus for a microfrontend ...

I need to host all assets in CDN, but Web Worker requires the same domain policy. The below code works correctly if I don t use CDN. this.worker = new Worker( new URL( ./BundlerService.worker.ts ...
  • lstkzposted
    on Aug 25, 2021
  • 38

Error: ERROR in ./node_modules/dojo/main.js 26:2-33 Module not found: Error: Can t resolve /home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/_firebug/firebug in /home/jakubs/work/sandbox/clients/webgui/frontend/webpack/dojo/node_modules/dojo ...

Greetings. I am currently trying to track down an issue around tree-shaking/code-splitting and have come to the conclusion that it must have something to do with how webpack handles modules. I apologize ...

We re transitioning to discord for development, community and communication in general. Sign up: https://discord.com/invite/5sxFZPdx2k

I m using react-scripts@5.0.1, which is locked to webpack-dev-server@4.x. A vulnerability was found: CVE-2025-30360 While webpack5.2.1 fixes the CVE (using override), the upgrade doesn t let me run the ...

I am exploring writing a plugin for webpack. As part of that, I m working in a simple project with two dependencies. One of those dependencies is npm linked, and as a result has a lot of extraneous files ...

We’re in the early stages of planning a large, enterprise-level fintech application. The current architecture roadmap involves 10+ separate modules that will be developed and maintained by different teams ...