2 Commits 087048e5d9 ... 95b44fe369

Author SHA1 Message Date
  nsp 95b44fe369 react rewrite 1 year ago
  nsp 087048e5d9 react rewrite 1 year ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -7,7 +7,7 @@
     "react-dom": "18.2.0"
   },
   "scripts": {
-    "build": "esbuild --bundle --minify --sourcemap --target=chrome58,firefox57,safari11,edge16 --outfile=www/js/app.js src/App.jsx",
+    "build": "esbuild --bundle --minify --sourcemap --target=es2019,edge18,firefox60,chrome61,safari11 --outfile=www/js/app.js src/App.jsx",
     "debug": "esbuild --bundle --watch --outfile=www/js/app.js --servedir=www src/App.jsx "
   }
 }