@esportsplus/ui 0.0.49 → 0.0.50

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.
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "description": "UI",
10
10
  "devDependencies": {
11
- "@esportsplus/webpack": "^0.0.46",
11
+ "@esportsplus/webpack": "^0.0.48",
12
12
  "modern-normalize": "^1.1.0"
13
13
  },
14
14
  "main": "build/index.js",
@@ -22,5 +22,5 @@
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "types": "build/index.d.ts",
25
- "version": "0.0.49"
25
+ "version": "0.0.50"
26
26
  }
package/webpack.config.ts CHANGED
@@ -19,6 +19,7 @@ export default ({ production }: { production?: string }) => {
19
19
  }
20
20
  }
21
21
  },
22
+ // Temprorary root output until we can route to build through package.json or similar
22
23
  output: {
23
24
  path: '.'
24
25
  }