rigjs 2.1.18 → 2.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,7 +62,7 @@ class Endpoint {
62
62
  this.domains = info.domains
63
63
  this.defines = info.defines;
64
64
  this.uri_rewrite = info.uri_rewrite;
65
- this.web_entry_path = info.web_entry_path || '/';
65
+ this.web_entry_path = info.web_entry_path;
66
66
  this.vue_env = info.vue_env;
67
67
  this.extra_env = info.extra_env;
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rigjs",
3
- "version": "2.1.18",
3
+ "version": "2.1.19",
4
4
  "description": "A multi-repos dev tool based on yarn and git.Rig is inspired by cocoapods. Not like those monorepo solutions,rig is a tool for organizing multi-repos.",
5
5
  "keywords": [
6
6
  "modular",