Yuki Takei před 8 roky
rodič
revize
30742d56df
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6 1
      packages/growi-plugin-lsx/.babelrc

+ 6 - 1
packages/growi-plugin-lsx/.babelrc

@@ -1,6 +1,11 @@
 {
   "presets": [
-    "es2015", "react"
+    ["env", {
+      "targets": {
+        "browsers": ["last 2 versions"]
+      }
+    }],
+    "react"
   ],
   "plugins": [
     "add-module-exports",