diff options
| author | stonedDiscord <stoned@derpymail.org> | 2018-05-23 14:41:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-23 14:41:08 +0200 |
| commit | a7fda07f0373b524969595d05dc978b317299f7d (patch) | |
| tree | 8db3115d3b0a78dc72d6186b750c189efbfb5276 /.babelrc | |
| parent | 6a24543e4bb0c89f241bef0fc62ee8a992e86abd (diff) | |
| parent | 334ee0e9feebe15926e5ad9a967c24cdf5264cdb (diff) | |
Merge pull request #2 from oldmud0/2.1
Ship webAO 2.1
Diffstat (limited to '.babelrc')
| -rw-r--r-- | .babelrc | 9 |
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 |
