@acmekit/admin-bundler 2.13.75 → 2.13.76

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 +3 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1492,6 +1492,9 @@ async function develop(options) {
1492
1492
  mode: "development",
1493
1493
  logLevel: "error",
1494
1494
  appType: "spa",
1495
+ optimizeDeps: {
1496
+ force: true
1497
+ },
1495
1498
  server: {
1496
1499
  middlewareMode: true
1497
1500
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acmekit/admin-bundler",
3
- "version": "2.13.75",
3
+ "version": "2.13.76",
4
4
  "description": "Bundler for the AcmeKit admin dashboard.",
5
5
  "author": "Kasper Kristensen <kasper@acmekit.com>",
6
6
  "scripts": {
@@ -18,12 +18,12 @@
18
18
  "package.json"
19
19
  ],
20
20
  "devDependencies": {
21
- "@acmekit/types": "2.13.75"
21
+ "@acmekit/types": "2.13.76"
22
22
  },
23
23
  "dependencies": {
24
- "@acmekit/admin-shared": "2.13.75",
25
- "@acmekit/admin-vite-plugin": "2.13.75",
26
- "@acmekit/dashboard": "2.13.75",
24
+ "@acmekit/admin-shared": "2.13.76",
25
+ "@acmekit/admin-vite-plugin": "2.13.76",
26
+ "@acmekit/dashboard": "2.13.76",
27
27
  "@vitejs/plugin-react": "^4.2.1",
28
28
  "autoprefixer": "^10.4.19",
29
29
  "compression": "^1.8.0",