Skip to content

Commit

Permalink
Remove archived plugins from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 12, 2020
1 parent eec7b63 commit cb1b272
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 19 deletions.
Expand Up @@ -2,7 +2,6 @@
"plugins": [
["proposal-decorators", { "decoratorsBeforeExport": false }],
"proposal-class-properties",
"syntax-async-generators",
["external-helpers", { "helperVersion": "7.1.5" }]
]
}
Expand Up @@ -7,7 +7,6 @@
{
"helperVersion": "7.1.5"
}
],
"syntax-async-generators"
]
]
}
@@ -1,6 +1,5 @@
{
"plugins": [
"syntax-dynamic-import",
"transform-modules-amd",
"external-helpers"
]
Expand Down
@@ -1,6 +1,5 @@
{
"plugins": [
"syntax-dynamic-import",
"transform-modules-commonjs",
"external-helpers"
]
Expand Down
@@ -1,7 +1,6 @@
{
"validateLogs": true,
"plugins": [
"syntax-dynamic-import",
"transform-modules-systemjs",
"external-helpers"
]
Expand Down
@@ -1,6 +1,5 @@
{
"plugins": [
"proposal-logical-assignment-operators",
"syntax-nullish-coalescing-operator"
"proposal-logical-assignment-operators"
]
}
@@ -1,6 +1,5 @@
{
"plugins": [
"syntax-async-generators",
"proposal-object-rest-spread",
["external-helpers", { "helperVersion": "7.1.5" }]
]
Expand Down
@@ -1,7 +1,6 @@
{
"plugins": [
"syntax-jsx",
"syntax-optional-chaining",
"transform-flow-strip-types"
]
}
@@ -1,8 +1,6 @@
{
"plugins": [
"external-helpers",
"syntax-object-rest-spread",
"syntax-optional-chaining",
[
"transform-modules-commonjs",
{ "strict": true, "mjsStrictNamespace": false }
Expand Down
@@ -1,7 +1,6 @@
{
"plugins": [
"external-helpers",
"syntax-dynamic-import",
"syntax-import-meta",
"transform-modules-systemjs"
]
Expand Down
@@ -1,7 +1,6 @@
{
"plugins": [
"external-helpers",
"transform-modules-systemjs",
"syntax-object-rest-spread"
"transform-modules-systemjs"
]
}
Expand Up @@ -3,7 +3,6 @@
"transform-destructuring",
"transform-parameters",
"transform-spread",
"syntax-object-rest-spread",
"transform-react-constant-elements",
"syntax-jsx",
"external-helpers"
Expand Down
Expand Up @@ -3,7 +3,6 @@
"transform-destructuring",
"transform-parameters",
"transform-spread",
"syntax-object-rest-spread",
"transform-react-constant-elements",
"syntax-jsx",
"external-helpers"
Expand Down
@@ -1,5 +1,4 @@
{
"plugins": ["syntax-dynamic-import"],
"presets": [
[
"../../../../lib",
Expand Down
@@ -1,5 +1,4 @@
{
"plugins": ["syntax-dynamic-import"],
"presets": [
[
"../../../../lib",
Expand Down

0 comments on commit cb1b272

Please sign in to comment.