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.
This commit is contained in:
Sanne Raymaekers 2022-04-14 12:20:18 +02:00
parent dd6f91c599
commit ceb7f3ceef

View file

@ -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(