Skip to content

Commit 34a66ef

Browse files
author
Ives van Hoorne
committed
Let bundler connect directly with dll since cdn is down
1 parent 9fd2f2f commit 34a66ef

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/v6';
12+
export const PACKAGER_URL = 'https://webpack-dll-prod.herokuapp.com/v6';
1313

1414
const RETRY_COUNT = 10;
1515

0 commit comments

Comments
 (0)