We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.assetsInlineLimit
1 parent 30ff5a2 commit ad5d28dCopy full SHA for ad5d28d
docs/guide/assets.md
@@ -24,7 +24,7 @@ The behavior is similar to webpack's `file-loader`. The difference is that the i
24
25
- Referenced assets are included as part of the build assets graph, will get hashed file names, and can be processed by plugins for optimization.
26
27
-- Assets smaller in bytes than the [`assetsInlineLimit` option](/config/#assetsinlinelimit) will be inlined as base64 data URLs.
+- Assets smaller in bytes than the [`assetsInlineLimit` option](/config/#build-assetsinlinelimit) will be inlined as base64 data URLs.
28
29
### Explicit URL Imports
30
0 commit comments