From e80c9324f55b475e6e21bae6de64501370a26801 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Thu, 7 Dec 2023 10:08:18 +0000 Subject: [PATCH] Test --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index c20ea12bc..fa062a66f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,7 +6,7 @@ const RemoveEmptyScriptsPlugin = require('webpack-remove-empty-scripts') const CopyPlugin = require('copy-webpack-plugin') const mode = process.env.NODE_ENV === 'development' ? 'development' : 'production' -const publicPath = process.env.RAILS_RELATIVE_URL_ROOT ?? '' +const publicPath = '2082/' // process.env.RAILS_RELATIVE_URL_ROOT ?? '' module.exports = { mode,