-
**Describe the bug**
On the previous version:
```
webpack: 4.46.0
assets-webpack-plugin: 5.1.1
compression-webpack-plugin: 5.0.0
```
The output gzips from `compression-webpack-plugin` were add…
-
### The problem in depth
We are encountering an issue with the DataGridPremium component in Chrome where the print window does not appear after clicking the "Print" button in the table toolbar. This …
-
Been trying to debug this for the past few days but can't figure it out. We are using the latest versions of Razzle and Razzle dev utils (4.0.4). It was working correctly before we upgraded razzle. No…
-
### Current Behavior
We are using Nx to create an npm package, which we then publish to a private npm registry. This package includes images, and we have two options for handling them:
1. Embed …
-
**Describe the bug**
When trying to **build for tvOS**, the renative build succeeds, but the Xcode archive fails with syntax errors that seem related to babel/webpack/metro. However, no custom babel/…
-
### Describe the Bug
The Hello World! example fails to run or even compile with Rust 1.82.0, presumably due to reference types. That example uses webpack with a configuration that will invoke [@we…
-
```
import {
useSuiWallet,
SuiConnectModal,
useSuiAccountBalance,
addressEllipsis,
} from "@razorlabs/wallet-kit";
import { useState } from "react";
export default function ConnectWa…
-
When I upgrade my application to Ember/Ember Data 5, I get the following error when I run:
```
ReferenceError: AbortController is not defined
at RequestManager.request (webpack://barryofguild…
-
### What problem does this feature solve?
### What does the proposed API of configuration look like?
Just align with `@pmmmwh/react-refresh-webpack-plugin`
https://github.com/pmmmwh/react-ref…
-
https://awdr74100.github.io/2020-07-06-webpack-optimizecssassetswebpackplugin/
之前我們有提到如何使用 html-webpack-plugin 內建的 minify 選項壓縮 HTML,而 JavaScript 則是依靠 Webpack 本身內建的 TerserWebpackPlugin 進行壓縮,唯獨少了 CSS…