Skip to content

Commit f9bb4d8

Browse files
author
Ives van Hoorne
committed
Update to new packager
1 parent ec9b4f4 commit f9bb4d8

File tree

1 file changed

+1
-1
lines changed
  • src/app/store/entities/sandboxes/bundler

1 file changed

+1
-1
lines changed

src/app/store/entities/sandboxes/bundler/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import logError from '../../../../utils/error';
99

1010
const debug = _debug('cs:app:packager');
1111

12-
export const PACKAGER_URL = 'https://cdn.jsdelivr.net/webpack/v4';
12+
export const PACKAGER_URL = 'https://cdn.jsdelivr.net/webpack/v5';
1313

1414
const RETRY_COUNT = 10;
1515

0 commit comments

Comments
 (0)