Browse Source

Update build.json to use bundle.js

david 6 năm trước cách đây
mục cha
commit
bd4aaa1a02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.json

+ 1 - 1
build.json

@@ -11,7 +11,7 @@
       "name": "CritterScraper",
       "dir": "scraper",
       "artifacts": [
-        "build/"
+        "build/bundle.js"
       ]
     }
   ]