Skip to content

Commit

Permalink
Move lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 20, 2022
1 parent 92f6d49 commit 408f2e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/plugin/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ export const addPlugins = async function (
{ sharedConfig = {}, context, cwd } = {},
) {
const pluginTypeA = normalizePluginType(pluginType)
const { sharedConfig: sharedConfigA, sharedPropNames } = getSharedConfig(
sharedConfig,
pluginTypeA,
)
const pluginConfigsA = await normalizeList({
pluginConfigs,
pluginType: pluginTypeA,
context,
cwd,
})
const { sharedConfig: sharedConfigA, sharedPropNames } = getSharedConfig(
sharedConfig,
pluginTypeA,
)
const pluginConfigsB = handleMultiple(pluginConfigsA, pluginTypeA)
const pluginsCount = pluginConfigsB.length
const plugins = await Promise.all(
Expand Down

0 comments on commit 408f2e4

Please sign in to comment.