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 ebe1904 commit 8bf6e90Copy full SHA for 8bf6e90
docs/documentation/build.md
@@ -82,6 +82,13 @@ Flag | `--dev` | `--prod`
82
- Replaces `process.env.NODE_ENV` in modules with the `production` value (this is needed for some libraries, like react).
83
- Runs UglifyJS on the code.
84
85
+### CSS resources
86
+
87
+Resources in CSS, such as images and fonts, will be copied over automatically as part of a build.
88
+If a resource is less than 10kb it will also be inlined.
89
90
+You'll see these resources be outputted and fingerprinted at the root of `dist/`.
91
92
## Options
93
<details>
94
<summary>aot</summary>
0 commit comments