Skip to content
Snippets Groups Projects
Commit 3a4f9ed6 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5012 provide cypress webpack with @ngrx via workaround

parent e9c54e78
Branches
Tags
1 merge request!129OZG-3563-anbindung-resourceservice-kommentar-shared
......@@ -89,7 +89,7 @@ module.exports = (on: any, config: any) => {
const webpackOptions = webpackPreprocessor.defaultOptions.webpackOptions;
webpackOptions.module.rules.unshift({
test: /[/\\](@angular|@ngxp|angular-oauth2-oidc)[/\\].+\.m?js$/,
test: /[/\\](@angular|@ngxp|@ngrx|angular-oauth2-oidc)[/\\].+\.m?js$/,
resolve: {
fullySpecified: false,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment