-
### Website or app
https://github.com/Yukiniro/reproduce/tree/master/rspack-issue-hot-update-worker
### Repro steps
1. clone `https://github.com/Yukiniro/reproduce/tree/master/rspack-issue-hot-upda…
-
I am trying to obfuscate my javascript code and after adding webpack-obfuscator as a plugin, webpack.BannerPlugin stopped working.
I've read that I need to add @license or @preserve to the license, b…
-
### 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 conduct…
-
### Vue - Official extension or vue-tsc version
Vue - Official extension
### VSCode version
1.94.1
### Vue version
2.6.14
### TypeScript version
5.6.2
### System Info
```shell
System:
OS…
-
### pnpm version:
9.12.0
### Code to reproduce the issue:
.npmrc:
```
dedupe-peer-dependents = false
```
pnpm-workspace.yaml:
```yaml
packages:
- 'a'
- 'b'
```
a/package.json:
…
-
We should start using https://github.com/pyodide/pyodide-webpack-plugin for this example or even maybe have the example in https://github.com/pyodide/pyodide-webpack-plugin and remove this repo altoge…
-
currently rust plugin stage use i32 which cause it can't accept Infinity and float points in js side, which is not compatible with webpack, so the stage should be changed to f64 to be compatible with …
-
As the documentation says, I added this configuration inside my `custom` property in the serverless.yaml
```yaml
localstack:
stages:
# list of stages for which the plugin should be e…
-
Is there support for running webpack bundeling with bespoken?
-
I couldn't seem to get ocLazyLoad working with [angular-webpack-plugin](https://github.com/stackfull/angular-webpack-plugin) which essentially scans your modules for `angular.module` calls and treats …