Skip to content

Commit

Permalink
test: update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 30, 2020
1 parent 41dbb7c commit 7ba178b
Show file tree
Hide file tree
Showing 78 changed files with 56 additions and 0 deletions.
@@ -0,0 +1,7 @@
{
"plugins": [
"external-helpers",
"proposal-export-namespace-from",
"syntax-module-string-names"
]
}
@@ -0,0 +1,7 @@
{
"plugins": [
"external-helpers",
["transform-modules-amd", { "loose": true }],
"syntax-module-string-names"
]
}
@@ -0,0 +1,7 @@
{
"plugins": [
"external-helpers",
"transform-modules-amd",
"syntax-module-string-names"
]
}
@@ -0,0 +1,7 @@
{
"plugins": [
"external-helpers",
["transform-modules-commonjs", { "loose": true }],
"syntax-module-string-names"
]
}
@@ -0,0 +1,7 @@
{
"plugins": [
"external-helpers",
"transform-modules-commonjs",
"syntax-module-string-names"
]
}
@@ -0,0 +1,7 @@
{
"plugins": [
"external-helpers",
"transform-modules-systemjs",
"syntax-module-string-names"
]
}
@@ -0,0 +1,7 @@
{
"plugins": [
"external-helpers",
["transform-modules-umd", { "loose": true }],
"syntax-module-string-names"
]
}
@@ -0,0 +1,7 @@
{
"plugins": [
"external-helpers",
"transform-modules-umd",
"syntax-module-string-names"
]
}

0 comments on commit 7ba178b

Please sign in to comment.