We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9b4f4 commit f9bb4d8Copy full SHA for f9bb4d8
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/v4';
+export const PACKAGER_URL = 'https://cdn.jsdelivr.net/webpack/v5';
13
14
const RETRY_COUNT = 10;
15
0 commit comments