Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 27, 2021
1 parent 42105c0 commit 556c0a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
@@ -1,6 +1,3 @@
{
"plugins": [
["external-helpers", { "helperVersion": "7.100.0" }],
["transform-modules-amd", { "importInterop": "node" }]
]
"plugins": [["transform-modules-amd", { "importInterop": "node" }]]
}
@@ -1,6 +1,3 @@
{
"plugins": [
["external-helpers", { "helperVersion": "7.100.0" }],
["transform-modules-amd", { "importInterop": "none" }]
]
"plugins": [["transform-modules-amd", { "importInterop": "none" }]]
}
@@ -1,6 +1,3 @@
{
"plugins": [
["external-helpers", { "helperVersion": "7.100.0" }],
["transform-modules-commonjs", { "importInterop": "node" }]
]
"plugins": [["transform-modules-commonjs", { "importInterop": "node" }]]
}
@@ -1,6 +1,3 @@
{
"plugins": [
["external-helpers", { "helperVersion": "7.100.0" }],
["transform-modules-commonjs", { "importInterop": "none" }]
]
"plugins": [["transform-modules-commonjs", { "importInterop": "none" }]]
}
@@ -1,6 +1,3 @@
{
"plugins": [
["external-helpers", { "helperVersion": "7.100.0" }],
["transform-modules-umd", { "importInterop": "node" }]
]
"plugins": [["transform-modules-umd", { "importInterop": "node" }]]
}
@@ -1,6 +1,3 @@
{
"plugins": [
["external-helpers", { "helperVersion": "7.100.0" }],
["transform-modules-umd", { "importInterop": "none" }]
]
"plugins": [["transform-modules-umd", { "importInterop": "none" }]]
}

0 comments on commit 556c0a9

Please sign in to comment.