From 91b95742f420124863bf0fb4d69c13e52c84cac0 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 24 Feb 2022 18:29:46 +0900 Subject: [PATCH] cp template files --- templates/basic/babel.config.json | 4 ++++ templates/basic/sandbox.config.json | 3 +++ templates/callback/babel.config.json | 4 ++++ templates/callback/sandbox.config.json | 3 +++ templates/mock/babel.config.json | 4 ++++ templates/mock/sandbox.config.json | 3 +++ templates/promise/babel.config.json | 4 ++++ templates/promise/sandbox.config.json | 3 +++ templates/scope/babel.config.json | 4 ++++ templates/scope/sandbox.config.json | 3 +++ templates/setup-teardown/babel.config.json | 4 ++++ templates/setup-teardown/sandbox.config.json | 3 +++ 12 files changed, 42 insertions(+) create mode 100644 templates/basic/babel.config.json create mode 100644 templates/basic/sandbox.config.json create mode 100644 templates/callback/babel.config.json create mode 100644 templates/callback/sandbox.config.json create mode 100644 templates/mock/babel.config.json create mode 100644 templates/mock/sandbox.config.json create mode 100644 templates/promise/babel.config.json create mode 100644 templates/promise/sandbox.config.json create mode 100644 templates/scope/babel.config.json create mode 100644 templates/scope/sandbox.config.json create mode 100644 templates/setup-teardown/babel.config.json create mode 100644 templates/setup-teardown/sandbox.config.json diff --git a/templates/basic/babel.config.json b/templates/basic/babel.config.json new file mode 100644 index 0000000..fbe6baa --- /dev/null +++ b/templates/basic/babel.config.json @@ -0,0 +1,4 @@ +{ + "presets": ["@babel/preset-env"], + "targets": "current node" +} diff --git a/templates/basic/sandbox.config.json b/templates/basic/sandbox.config.json new file mode 100644 index 0000000..f3556b8 --- /dev/null +++ b/templates/basic/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "template": "parcel" +} diff --git a/templates/callback/babel.config.json b/templates/callback/babel.config.json new file mode 100644 index 0000000..fbe6baa --- /dev/null +++ b/templates/callback/babel.config.json @@ -0,0 +1,4 @@ +{ + "presets": ["@babel/preset-env"], + "targets": "current node" +} diff --git a/templates/callback/sandbox.config.json b/templates/callback/sandbox.config.json new file mode 100644 index 0000000..f3556b8 --- /dev/null +++ b/templates/callback/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "template": "parcel" +} diff --git a/templates/mock/babel.config.json b/templates/mock/babel.config.json new file mode 100644 index 0000000..fbe6baa --- /dev/null +++ b/templates/mock/babel.config.json @@ -0,0 +1,4 @@ +{ + "presets": ["@babel/preset-env"], + "targets": "current node" +} diff --git a/templates/mock/sandbox.config.json b/templates/mock/sandbox.config.json new file mode 100644 index 0000000..f3556b8 --- /dev/null +++ b/templates/mock/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "template": "parcel" +} diff --git a/templates/promise/babel.config.json b/templates/promise/babel.config.json new file mode 100644 index 0000000..fbe6baa --- /dev/null +++ b/templates/promise/babel.config.json @@ -0,0 +1,4 @@ +{ + "presets": ["@babel/preset-env"], + "targets": "current node" +} diff --git a/templates/promise/sandbox.config.json b/templates/promise/sandbox.config.json new file mode 100644 index 0000000..f3556b8 --- /dev/null +++ b/templates/promise/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "template": "parcel" +} diff --git a/templates/scope/babel.config.json b/templates/scope/babel.config.json new file mode 100644 index 0000000..fbe6baa --- /dev/null +++ b/templates/scope/babel.config.json @@ -0,0 +1,4 @@ +{ + "presets": ["@babel/preset-env"], + "targets": "current node" +} diff --git a/templates/scope/sandbox.config.json b/templates/scope/sandbox.config.json new file mode 100644 index 0000000..f3556b8 --- /dev/null +++ b/templates/scope/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "template": "parcel" +} diff --git a/templates/setup-teardown/babel.config.json b/templates/setup-teardown/babel.config.json new file mode 100644 index 0000000..fbe6baa --- /dev/null +++ b/templates/setup-teardown/babel.config.json @@ -0,0 +1,4 @@ +{ + "presets": ["@babel/preset-env"], + "targets": "current node" +} diff --git a/templates/setup-teardown/sandbox.config.json b/templates/setup-teardown/sandbox.config.json new file mode 100644 index 0000000..f3556b8 --- /dev/null +++ b/templates/setup-teardown/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "template": "parcel" +}