Commit cb3c3e7
committed
refactor(project): Add internal flag to skip writing resources to dist
By setting UI5_BUILD_NO_WRITE_DEST to any truthy value, build results
will not be written to the dist directory.
This is useful for testing the build performance, focusing on the build
itself rather then the heavy I/O operation of writing the result to
disk.1 parent bbf3d69 commit cb3c3e7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
| 254 | + | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments