@sveltejs/kit 1.0.0-next.375 → 1.0.0-next.376
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/vite.js +3 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/vite.js
CHANGED
|
@@ -3014,6 +3014,9 @@ function kit() {
|
|
|
3014
3014
|
* Clears the output directories.
|
|
3015
3015
|
*/
|
|
3016
3016
|
buildStart() {
|
|
3017
|
+
// Reset for new build. Goes here because `build --watch` calls buildStart but not config
|
|
3018
|
+
completed_build = false;
|
|
3019
|
+
|
|
3017
3020
|
if (is_build) {
|
|
3018
3021
|
rimraf(paths.build_dir);
|
|
3019
3022
|
mkdirp(paths.build_dir);
|