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 62b50c2 commit 38cb0e6Copy full SHA for 38cb0e6
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
### Service Worker
93
94
There is experimental service worker support for production builds available in the CLI.
0 commit comments