We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b518dc3 commit 23ffa25Copy full SHA for 23ffa25
__tests__/applyComplexClasses.test.js
@@ -25,7 +25,10 @@ const defaultGetProcessedPlugins = function() {
25
function run(
26
input,
27
config = resolvedDefaultConfig,
28
- getProcessedPlugins = defaultGetProcessedPlugins
+ getProcessedPlugins = () =>
29
+ config === resolvedDefaultConfig
30
+ ? defaultGetProcessedPlugins()
31
+ : processPlugins(corePlugins(config), config)
32
) {
33
config.experimental = {
34
applyComplexClasses: true,
0 commit comments