Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeroenvalcke <valcke_jeroen@hotmail.com>2017-11-15 22:58:11 +0300
committerjeroenvalcke <valcke_jeroen@hotmail.com>2017-11-15 22:58:11 +0300
commit61fa5ec8661c1bcaa92efcc651a411211d90ec69 (patch)
treee3c0775156cc2e28c2f3bc119597a10d1472b74a /testLib
parentfc9787244c3e0a56f6e6b5c481778a8ebe751c38 (diff)
Make sure rewire is not using a .babelrc file
Diffstat (limited to 'testLib')
-rw-r--r--testLib/.babelrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testLib/.babelrc b/testLib/.babelrc
new file mode 100644
index 0000000..aeba5dc
--- /dev/null
+++ b/testLib/.babelrc
@@ -0,0 +1,4 @@
+{
+ "presets": ["es2015"],
+ "plugins": ["transform-class-properties"]
+}