aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-05-14 22:45:56 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2018-05-14 22:45:56 -0500
commitc26ac0e636a71b850fa316f5bead6ba263b55492 (patch)
treeba1472cf2380f4022f51677699ed2b18a74f9f95 /.babelrc
parent09f3d0170b3cc1ee74a2266b595c81402ed4314c (diff)
Turn it into a node package to use GoldenLayout
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
new file mode 100644
index 0000000..5d36355
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,9 @@
+{
+ "presets": [
+ ["env", {
+ "targets": {
+ "browsers": ["last 2 versions", "ie >= 11"]
+ }
+ }]
+ ]
+ } \ No newline at end of file