We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd2f2f commit 34a66efCopy full SHA for 34a66ef
src/app/store/entities/sandboxes/bundler/index.js
@@ -9,7 +9,7 @@ import logError from '../../../../utils/error';
9
10
const debug = _debug('cs:app:packager');
11
12
-export const PACKAGER_URL = 'https://cdn.jsdelivr.net/webpack/v6';
+export const PACKAGER_URL = 'https://webpack-dll-prod.herokuapp.com/v6';
13
14
const RETRY_COUNT = 10;
15
0 commit comments