jina-ai / jinabox.js

A lightweight, customizable omnibox in Javascript, for use with a Jina backend.
https://jina.ai/jinabox.js/
Apache License 2.0
219 stars 22 forks source link

split rollup config file with prod and local #14

Closed xiaoquisme closed 4 years ago

xiaoquisme commented 4 years ago

spit rollup file to prod and local.

why need this :

development in local does not need to build [jinabox.umd.js]() and [jinabox.umd.min.js](). I think to build one file [jinabox.umd.js]() is enough. and will save build time.