summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/utils/webpack.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/lib/utils/webpack.js')
-rw-r--r--app/assets/javascripts/lib/utils/webpack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/lib/utils/webpack.js b/app/assets/javascripts/lib/utils/webpack.js
index 37b17f0fe23..4ef7c247f7e 100644
--- a/app/assets/javascripts/lib/utils/webpack.js
+++ b/app/assets/javascripts/lib/utils/webpack.js
@@ -7,7 +7,7 @@ export function resetServiceWorkersPublicPath() {
// the webpack publicPath setting at runtime.
// see: https://webpack.js.org/guides/public-path/
const relativeRootPath = (gon && gon.relative_url_root) || '';
- const webpackAssetPath = joinPaths(relativeRootPath, '/assets/webpack/');
+ const webpackAssetPath = joinPaths(relativeRootPath, '/assets/packs/');
__webpack_public_path__ = webpackAssetPath; // eslint-disable-line camelcase
// monaco-editor-webpack-plugin currently (incorrectly) references the