@ereo/bundler 0.2.21 → 0.2.23

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1427,7 +1427,7 @@ async function buildClient(options) {
1427
1427
  sourcemap: sourcemap ? "external" : "none",
1428
1428
  splitting,
1429
1429
  naming: {
1430
- entry: "index.[ext]",
1430
+ entry: "client.[ext]",
1431
1431
  chunk: "chunks/[name]-[hash].[ext]",
1432
1432
  asset: "../assets/[name]-[hash].[ext]"
1433
1433
  }
@@ -1462,7 +1462,7 @@ async function buildClient(options) {
1462
1462
  return {
1463
1463
  outputs,
1464
1464
  errors,
1465
- entryFile: ".ereo/client/index.js",
1465
+ entryFile: ".ereo/client/client.js",
1466
1466
  chunks
1467
1467
  };
1468
1468
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ereo/bundler",
3
- "version": "0.2.21",
3
+ "version": "0.2.23",
4
4
  "license": "MIT",
5
5
  "author": "Ereo Team",
6
6
  "homepage": "https://ereojs.github.io/ereoJS",
@@ -32,8 +32,8 @@
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@ereo/core": "^0.2.21",
36
- "@ereo/router": "^0.2.21",
35
+ "@ereo/core": "^0.2.23",
36
+ "@ereo/router": "^0.2.23",
37
37
  "postcss": "^8.4.35",
38
38
  "tailwindcss": "^3.4.1",
39
39
  "autoprefixer": "^10.4.17",