@acmekit/admin-bundler 2.13.87 → 2.13.88
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/dist/index.js +1 -5
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1334,11 +1334,10 @@ async function getViteConfig(options) {
|
|
|
1334
1334
|
"react-router-dom",
|
|
1335
1335
|
"react-i18next",
|
|
1336
1336
|
"@acmekit/ui",
|
|
1337
|
-
"@acmekit/dashboard",
|
|
1338
1337
|
"@acmekit/js-sdk",
|
|
1339
1338
|
"@tanstack/react-query"
|
|
1340
1339
|
],
|
|
1341
|
-
exclude: [...import_admin_shared.VIRTUAL_MODULES]
|
|
1340
|
+
exclude: [...import_admin_shared.VIRTUAL_MODULES, "@acmekit/dashboard"]
|
|
1342
1341
|
},
|
|
1343
1342
|
define: {
|
|
1344
1343
|
__BASE__: JSON.stringify(options.path),
|
|
@@ -1493,9 +1492,6 @@ async function develop(options) {
|
|
|
1493
1492
|
mode: "development",
|
|
1494
1493
|
logLevel: "error",
|
|
1495
1494
|
appType: "spa",
|
|
1496
|
-
optimizeDeps: {
|
|
1497
|
-
force: true
|
|
1498
|
-
},
|
|
1499
1495
|
server: {
|
|
1500
1496
|
middlewareMode: true
|
|
1501
1497
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acmekit/admin-bundler",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.88",
|
|
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.
|
|
21
|
+
"@acmekit/types": "2.13.88"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@acmekit/admin-shared": "2.13.
|
|
25
|
-
"@acmekit/admin-vite-plugin": "2.13.
|
|
26
|
-
"@acmekit/dashboard": "2.13.
|
|
24
|
+
"@acmekit/admin-shared": "2.13.88",
|
|
25
|
+
"@acmekit/admin-vite-plugin": "2.13.88",
|
|
26
|
+
"@acmekit/dashboard": "2.13.88",
|
|
27
27
|
"@vitejs/plugin-react": "^4.2.1",
|
|
28
28
|
"autoprefixer": "^10.4.19",
|
|
29
29
|
"compression": "^1.8.0",
|