-
### Feature Use Case
After merging this PR https://github.com/shellscape/webpack-manifest-plugin/pull/297, I tested that `webpack-manifest-plugin` can be used in [rspack](https://www.rspack.…
9aoy updated
7 months ago
-
### Current Behavior
When generating a new Next.js application or library, using the React 19 RC, and running the default generated test, there's a console warning:
```
> jest
console.warn
…
lourd updated
1 month ago
-
I've spent most of the day trying to find info on this issue, but **Google** is giving me nothing. We're using `babel-plugin-syntax-hermes-parser@0.21.1` and [Flow](https://flow.org/) version `0.238.…
-
### Current Behavior
We have an MFE enabled application with several remotes. All was working fine with 19.4.1. WHen we updated to 19.5.2 it all stopped working. I later tried updating to 19.6.5 an…
-
It would be useful if bundle-stats had the ability to cater to the compressed bundle files that some builds produce i.e. Gzip, Brotli, etc.
Currently there is no differentiation within the 'bundle…
-
Hey there, I just came across https://github.com/shellscape/webpack-manifest-plugin/pull/300 which solves a problem I currently have.
Is there going to be any release soon? Thx ✌️
-
### Problem
I am trying to use https://github.com/discolabs/cartjs as a CommonJS module, which is a library that depends on `jQuery` to be available on the window object.
One way Webpack allows to…
-
### Describe the issue
![pic2](https://github.com/microsoft/onnxruntime/assets/37500822/607804a9-f734-429f-9e64-b5857944c0a5)
package.json:
{
"name": "mall",
"version": "0.1.0",
"private…
-
hello, I'm trying to use the bundler build with CRACO/Webpack. This is my webpack config (inside the CRACO one):
```webpack: {
plugins: {
add: [new WasmPackPlugin({ crateDirectory: __di…
-
### Environment
Symfony 4.2
#### Symfony packages
friendsofsymfony/ckeditor-bundle: 2.1.0,
I started a fresh symfony flex project and I installed webpack based on documentation. What I did next …