Skip to content

Commit 196ce91

Browse files
author
Ives van Hoorne
committed
Bust packager cache
1 parent 411c3d1 commit 196ce91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sandbox/npm/fetch-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function callApi(url: string) {
2323
.then(response => response.json());
2424
}
2525

26-
export const PACKAGER_URL = 'https://webpack-dll-prod.herokuapp.com/v5';
26+
export const PACKAGER_URL = 'https://webpack-dll-prod.herokuapp.com/v4';
2727
export const NEW_PACKAGER_URL =
2828
'https://drq28qbjmc.execute-api.eu-west-1.amazonaws.com/prod/packages';
2929

0 commit comments

Comments
 (0)