-
# Bug report
**What is the current behavior?**
When a web worker imports a CommonJS module with a self reference dependency, webpack throws `Error: Self-reference dependency has …
-
webpack generates links to bundles with default publicPath containing path to original file location,
but bundle files are located in the same folder.
Is there way to tell webpack to keep fold…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of cond…
-
[Webpack Open Collective](https://opencollective.com/webpack)
## We are webpack
webpack is THE build solution for modern web applications.
The main purpose is to bundle JavaScript files for usa…
-
When trying to use functions in [@openshift-console/dynamic-plugin-sdk/lib/utils/k8s](https://github.com/openshift/console/tree/ad4a32bbe30b83c7832112bc202922176cd9eaa1/frontend/packages/console-dynam…
-
due to using the `global` object in the core library and letting webpack polyfill it, the ably-js web bundle uses the function constructor which violates the vercel edge functions CSP. one solution wo…
-
### Summary
Is it possible to reuse your generation script for building an own icon libray? I tried some bundling with Webpack but I was not yet able to build it satisfyingly.
Your generated bucke…
-
Hi all
I'm hoping someone will be able to help.
I'm trying to use single-spa-angularjs to pull in a legacy AngularJS application into a Reactapp. So the React app is the host. In the same React…
-
### Environment
node v18.16.0
yarn 1.22.19
### Reproduction
angular project with custom webpack build and a simple unplugin webpack
### Describe the bug
When I use a simple plugin like…
-
In my project, I have multiple micro apps. Each micro app is using angular material. So I am trying to externalize angular material package to make bundle size lighter.
For example, i have created …