Skip to content

Commit

Permalink
Try to fix ci problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Apr 5, 2020
1 parent e59a1dd commit 635b4d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/language-js/parser-babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ function resolvePluginsConflict(
conflictPlugins
) {
if (condition) {
for (const combination of [...pluginCombinations]) {
const combinations = [...pluginCombinations];
for (const combination of combinations) {
for (const plugin of conflictPlugins) {
pluginCombinations.push([...combination, plugin]);
}
Expand Down

0 comments on commit 635b4d4

Please sign in to comment.