aboutsummaryrefslogtreecommitdiffstats
path: root/library/cropperjs/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to 'library/cropperjs/.babelrc')
-rw-r--r--library/cropperjs/.babelrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/library/cropperjs/.babelrc b/library/cropperjs/.babelrc
new file mode 100644
index 000000000..6909c9dc9
--- /dev/null
+++ b/library/cropperjs/.babelrc
@@ -0,0 +1,10 @@
+{
+ "presets": [
+ ["env", {
+ "modules": false,
+ "targets": {
+ "browsers": ["last 2 versions", "ie >= 9"]
+ }
+ }]
+ ]
+}