From ceb7f3ceef293c23e9127d0ce81fe047102fe73c Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Thu, 14 Apr 2022 12:20:18 +0200 Subject: [PATCH] config: Let frontend-components set deployment in prod config This got broken in #696, `deployment` never actually got set during the release build process, and now we default to `apps`. `frontend-components` will automatically do the right thing and set the deployment based on the branch name. --- config/prod.webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config/prod.webpack.config.js b/config/prod.webpack.config.js index 01557cdf..270acbad 100644 --- a/config/prod.webpack.config.js +++ b/config/prod.webpack.config.js @@ -6,7 +6,6 @@ const { config: webpackConfig, plugins } = config({ rootFolder: resolve(__dirname, '../'), modules: [ 'image_builder' ], sassPrefix: '.imageBuilder, .image_builder', - deployment: process.env.BETA ? 'beta/apps' : 'apps', }); plugins.push(