From c839329bd135dda1ac62a3eadcba9963f7c30eb7 Mon Sep 17 00:00:00 2001 From: Michal Kuklis Date: Tue, 21 Mar 2023 19:02:42 -0400 Subject: [PATCH] STCLI-224: Adjust path to shared styles --- lib/test/webpack-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/test/webpack-config.js b/lib/test/webpack-config.js index 668480d..8b4db2c 100644 --- a/lib/test/webpack-config.js +++ b/lib/test/webpack-config.js @@ -13,7 +13,7 @@ module.exports = function getStripesWebpackConfig(stripeCore, stripesConfig, opt // get the webpack aliases for shared styles from stripes-components. // They will be added if the context is outside of @folio/stripes components. - const addStyleAliases = stripeCore.getCoreModule('webpack.config.cli.dev.shared.styles'); + const addStyleAliases = stripeCore.getCoreModule('webpack.config.cli.shared.styles'); config = addStyleAliases(config, context); // Omit all other entry points and don't bother adding stripes plugins when tests don't require a platform