We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed063b commit 85b3046Copy full SHA for 85b3046
README.md
@@ -79,7 +79,7 @@ pluginImageCompress([
79
// Options for @napi-rs/image `webp` method
80
{ use: "webp", quality: 80 },
81
// Options for svgo
82
- { use: 'svg', floatPrecision: 2 }
+ { use: "svg", floatPrecision: 2 },
83
// No options yet
84
{ use: "ico" },
85
]);
@@ -119,7 +119,7 @@ export default defineConfig({
119
optimization: {
120
minimizer: [
121
// Use `...` to preserve the default JS and CSS minimizers of Rspack
122
- '...',
+ "...",
123
// Add the image minimizer plugins
124
new ImageMinimizerPlugin({
125
use: "jpeg",
0 commit comments