Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/test/webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down