Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 2, 2019
1 parent 91b5fd9 commit 541d93e
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -158,7 +158,7 @@ function buildHelper(
presets: [
[
"@babel/preset-env",
{ modules: false, exclude: ["transform-typeof-symbol"] },
{ modules: false, exclude: ["@babel/plugin-transform-typeof-symbol"] },
],
],
plugins: [
Expand All @@ -177,7 +177,6 @@ function buildHelper(
exclude: /typeof/,
plugins: ["@babel/plugin-transform-typeof-symbol"],
},
{},
],
}).code;
}
Expand Down

0 comments on commit 541d93e

Please sign in to comment.