Revert "config: Skip chrome2 until the configuration is in place in csc"

This reverts commit 688291386a.
This commit is contained in:
Sanne Raymaekers 2021-05-11 13:26:26 +02:00 committed by jkozol
parent 688291386a
commit cff45e5948

View file

@ -2,7 +2,7 @@ const { resolve } = require('path');
const config = require('@redhat-cloud-services/frontend-components-config');
const { config: webpackConfig, plugins } = config({
rootFolder: resolve(__dirname, '../'),
skipChrome2: true,
skipChrome2: false,
});
plugins.push(