Skip to content

Commit

Permalink
fix: assertNotInAngularZone should act as a noop
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Apr 19, 2024
1 parent a3b5978 commit 39b041d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,7 @@ function tryToRemoveMiniCssExtractThroughConditions(childRule: ChildRule): void
);

if (cssMiniExtractIndex >= 0) {
childRuleCondition.use![cssMiniExtractIndex] = {
loader: 'style-loader',
// @ts-ignore
options: {
styleTagTransform: require.resolve('./styleTagTransform.js'),
},
};
childRuleCondition.use![cssMiniExtractIndex] = { loader: 'style-loader' };
}
}
}

This file was deleted.

0 comments on commit 39b041d

Please sign in to comment.